2 # Makefile for the Ralink RT305x SoC specific parts of the kernel
4 # Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
6 # This program is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License version 2 as published
8 # by the Free Software Foundation.
10 obj-y
:= irq.o setup.o devices.o rt305x.o clock.o
12 obj-
$(CONFIG_EARLY_PRINTK
) += early_printk.o
14 obj-
$(CONFIG_RT305X_MACH_ARGUS_ATP52B
) += mach-argus-atp52b.o
15 obj-
$(CONFIG_RT305X_MACH_DIR_300_REVB
) += mach-dir-300-revb.o
16 obj-
$(CONFIG_RT305X_MACH_F5D8235_V2
) += mach-f5d8235-v2.o
17 obj-
$(CONFIG_RT305X_MACH_FONERA20N
) += mach-fonera20n.o
18 obj-
$(CONFIG_RT305X_MACH_HW550_3G
) += mach-hw550-3g.o
19 obj-
$(CONFIG_RT305X_MACH_MOFI3500_3GN
) += mach-mofi3500-3gn.o
20 obj-
$(CONFIG_RT305X_MACH_NBG_419N
) += mach-nbg-419n.o
21 obj-
$(CONFIG_RT305X_MACH_NW718
) += mach-nw718.o
22 obj-
$(CONFIG_RT305X_MACH_PWH2004
) += mach-pwh2004.o
23 obj-
$(CONFIG_RT305X_MACH_RT_G32_REVB
) += mach-rt-g32-revb.o
24 obj-
$(CONFIG_RT305X_MACH_V22RW_2X2
) += mach-v22rw-2x2.o
25 obj-
$(CONFIG_RT305X_MACH_WCR150GN
) += mach-wcr150gn.o
26 obj-
$(CONFIG_RT305X_MACH_WHR_G300N
) += mach-whr-g300n.o
27 obj-
$(CONFIG_RT305X_MACH_WR512_3GN
) += mach-wr512-3gn.o