2009-08-31 03:15:51 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Ralink RT305x SoC specific parts of the kernel
|
|
|
|
#
|
2011-01-27 04:48:35 +08:00
|
|
|
# Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
|
2009-08-31 03:15:51 +08:00
|
|
|
#
|
|
|
|
# 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-27 04:48:35 +08:00
|
|
|
obj-y := irq.o setup.o devices.o rt305x.o clock.o
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
|
2010-11-24 18:01:23 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_F5D8235_V2) += mach-f5d8235-v2.o
|
2009-10-18 16:48:07 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_DIR_300_REVB) += mach-dir-300-revb.o
|
2009-09-02 23:31:00 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_V22RW_2X2) += mach-v22rw-2x2.o
|
2010-08-15 17:43:07 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_WCR150GN) += mach-wcr150gn.o
|
2009-08-31 03:15:51 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_WHR_G300N) += mach-whr-g300n.o
|
2009-10-25 04:55:36 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_FONERA20N) += mach-fonera20n.o
|
2010-09-27 22:43:34 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_PWH2004) += mach-pwh2004.o
|
2011-03-14 00:34:52 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_HW550_3G) += mach-hw550-3g.o
|
2011-04-04 16:43:07 +08:00
|
|
|
obj-$(CONFIG_RT305X_MACH_MOFI3500_3GN) += mach-mofi3500-3gn.o
|