summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-05-18 09:14:01 +0000
committerJohn Crispin <john@openwrt.org>2010-05-18 09:14:01 +0000
commit91853a07211ebb0985ee61885345318ca6f4f0cc (patch)
tree29a0d300fe190885759d4f271872f1e36f990624
parentba30e23bbc9ab366184e8738847a45bc5cf05dba (diff)
downloadmaster-31e0f0ae-91853a07211ebb0985ee61885345318ca6f4f0cc.tar.gz
master-31e0f0ae-91853a07211ebb0985ee61885345318ca6f4f0cc.tar.bz2
master-31e0f0ae-91853a07211ebb0985ee61885345318ca6f4f0cc.zip
oops, missing fix from [21485]
SVN-Revision: 21499
-rw-r--r--target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile b/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
index 008aa2b52d..4beb33b39d 100644
--- a/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
+++ b/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
@@ -1,5 +1,6 @@
obj-y := dma-core.o irq.o ebu.o setup.o devices.o cgu.o
obj-$(CONFIG_IFXMIPS_ARCAYDIAN_BRNBOOT) += arcaydian.o
-obj-$(CONFIG_DANUBE_MACH_ARV452) += mach-arv452.o
+obj-$(CONFIG_DANUBE_MACH_ARV4520) += mach-arv4520.o
+obj-$(CONFIG_DANUBE_MACH_ARV4525) += mach-arv4525.o
obj-$(CONFIG_DANUBE_MACH_EASY50712) += mach-easy50712.o
obj-$(CONFIG_DANUBE_MACH_EASY4010) += mach-easy4010.o