2009-08-30 19:15:51 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Ralink RT288x SoC specific parts of the kernel
|
|
|
|
#
|
2010-01-24 23:31:49 +00:00
|
|
|
# Copyright (C) 2010 Joonas Lahtinen <joonas.lahtinen@gmail.com>
|
2009-08-30 19:15:51 +00:00
|
|
|
# Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
|
|
|
|
# Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 as published
|
|
|
|
# by the Free Software Foundation.
|
|
|
|
|
2011-01-26 20:48:39 +00:00
|
|
|
obj-y := irq.o setup.o rt288x.o devices.o clock.o
|
2009-08-30 19:15:51 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
2009-09-01 19:34:27 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_RT288X_MACH_RT_N15) += mach-rt-n15.o
|
2010-01-24 23:31:49 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_RT288X_MACH_WZR_AGL300NH) += mach-wzr-agl300nh.o
|