aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-04 19:46:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-01-04 19:46:41 +0000
commit7cc8863c92af1d7d07373d63a48dd5a1c0c4dc29 (patch)
tree69bc1e889e4e55287735e704e74624069b9aae5a /target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
parent964646bbb91a89252eada2b7d15d1ea5ed0f0da6 (diff)
downloadupstream-7cc8863c92af1d7d07373d63a48dd5a1c0c4dc29.tar.gz
upstream-7cc8863c92af1d7d07373d63a48dd5a1c0c4dc29.tar.bz2
upstream-7cc8863c92af1d7d07373d63a48dd5a1c0c4dc29.zip
[ar71xx] add preliminary support for the Planex MZK-W300NH board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13863 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ar71xx/Makefile')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/Makefile b/target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
index b634e36d68..33118d7741 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
@@ -13,6 +13,7 @@ obj-y := prom.o irq.o setup.o platform.o gpio.o ar71xx.o
obj-$(CONFIG_AR71XX_MACH_AP83) += mach-ap83.o
obj-$(CONFIG_AR71XX_MACH_AW_NR580) += mach-aw-nr580.o
obj-$(CONFIG_AR71XX_MACH_GENERIC) += mach-generic.o
+obj-$(CONFIG_AR71XX_MACH_MZK_W300NH) += mach-mzk-w300nh.o
obj-$(CONFIG_AR71XX_MACH_PB42) += mach-pb42.o
obj-$(CONFIG_AR71XX_MACH_RB_4XX) += mach-rb-4xx.o
obj-$(CONFIG_AR71XX_MACH_TEW_632BRP) += mach-tew-632brp.o