aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-28 08:43:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-28 08:43:43 +0000
commit244c322d25005d414ab434a519f68b1a63d521a6 (patch)
treeae0405a9d766c872cfdf86d55938cf65f04f3860 /target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
parentf50b02b55974403f02e163536729f07edc6e9873 (diff)
downloadupstream-244c322d25005d414ab434a519f68b1a63d521a6.tar.gz
upstream-244c322d25005d414ab434a519f68b1a63d521a6.tar.bz2
upstream-244c322d25005d414ab434a519f68b1a63d521a6.zip
ramips: rt288x: add support for the Belkin F5D8235-4 v1 board
Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
index ab707018d2..5205706f3c 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
+++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
@@ -13,6 +13,7 @@ obj-y := irq.o setup.o rt288x.o devices.o clock.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
+obj-$(CONFIG_RT288X_MACH_F5D8235_V1) += mach-f5d8235-v1.o
obj-$(CONFIG_RT288X_MACH_RT_N15) += mach-rt-n15.o
obj-$(CONFIG_RT288X_MACH_WLI_TX4_AG300N) += mach-wli-tx4-ag300n.o
obj-$(CONFIG_RT288X_MACH_WZR_AGL300NH) += mach-wzr-agl300nh.o