1#
2# Makefile for the Ralink RT305x SoC specific parts of the kernel
3#
4# Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
5#
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.
9
10obj-y	:= irq.o setup.o devices.o rt305x.o clock.o
11
12obj-$(CONFIG_EARLY_PRINTK)		+= early_printk.o
13
14obj-$(CONFIG_RT305X_MACH_3G_6200N)	+= mach-3g-6200n.o
15obj-$(CONFIG_RT305X_MACH_ARGUS_ATP52B)	+= mach-argus-atp52b.o
16obj-$(CONFIG_RT305X_MACH_BC2)		+= mach-bc2.o
17obj-$(CONFIG_RT305X_MACH_ALL0256N)	+= mach-all0256n.o
18obj-$(CONFIG_RT305X_MACH_ALL5002)	+= mach-all5002.o
19obj-$(CONFIG_RT305X_MACH_CARAMBOLA)	+= mach-carambola.o
20obj-$(CONFIG_RT305X_MACH_DIR_300_REVB)	+= mach-dir-300-revb.o
21obj-$(CONFIG_RT305X_MACH_DIR_615_H1)	+= mach-dir-615-h1.o
22obj-$(CONFIG_RT305X_MACH_DAP_1350)	+= mach-dap-1350.o
23obj-$(CONFIG_RT305X_MACH_ESR_9753)	+= mach-esr-9753.o
24obj-$(CONFIG_RT305X_MACH_F5D8235_V2)    += mach-f5d8235-v2.o
25obj-$(CONFIG_RT305X_MACH_FONERA20N)	+= mach-fonera20n.o
26obj-$(CONFIG_RT305X_MACH_FREESTATION5)  += mach-freestation5.o
27obj-$(CONFIG_RT305X_MACH_HW550_3G)	+= mach-hw550-3g.o
28obj-$(CONFIG_RT305X_MACH_MOFI3500_3GN)	+= mach-mofi3500-3gn.o
29obj-$(CONFIG_RT305X_MACH_NBG_419N)	+= mach-nbg-419n.o
30obj-$(CONFIG_RT305X_MACH_NW718)		+= mach-nw718.o
31obj-$(CONFIG_RT305X_MACH_OMNI_EMB)	+= mach-omni-emb.o
32obj-$(CONFIG_RT305X_MACH_PSR_680W)	+= mach-psr-680w.o
33obj-$(CONFIG_RT305X_MACH_PWH2004)	+= mach-pwh2004.o
34obj-$(CONFIG_RT305X_MACH_RT_G32_REVB)	+= mach-rt-g32-revb.o
35obj-$(CONFIG_RT305X_MACH_RT_N10_PLUS)	+= mach-rt-n10-plus.o
36obj-$(CONFIG_RT305X_MACH_SL_R7205)	+= mach-sl-r7205.o
37obj-$(CONFIG_RT305X_MACH_V22RW_2X2)	+= mach-v22rw-2x2.o
38obj-$(CONFIG_RT305X_MACH_W306R_V20) 	+= mach-w306r-v20.o
39obj-$(CONFIG_RT305X_MACH_W502U)		+= mach-w502u.o
40obj-$(CONFIG_RT305X_MACH_WCR150GN)	+= mach-wcr150gn.o
41obj-$(CONFIG_RT305X_MACH_WHR_G300N)	+= mach-whr-g300n.o
42obj-$(CONFIG_RT305X_MACH_WR512_3GN)	+= mach-wr512-3gn.o
43obj-$(CONFIG_RT305X_MACH_UR_336UN)	+= mach-ur-336un.o
44obj-$(CONFIG_RT305X_MACH_WL_330N)	+= mach-wl-330n.o
45obj-$(CONFIG_RT305X_MACH_WL_330N3G)	+= mach-wl-330n3g.o
46obj-$(CONFIG_RT305X_MACH_WL341V3)	+= mach-wl341v3.o
47obj-$(CONFIG_RT305X_MACH_WL351)		+= mach-wl351.o
48obj-$(CONFIG_RT305X_MACH_WR6202)	+= mach-wr6202.o
49obj-$(CONFIG_RT305X_MACH_XDX_RN502J)    += mach-xdx-rn502j.o
50