diff options
author | John Crispin <john@openwrt.org> | 2010-05-18 09:14:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-05-18 09:14:01 +0000 |
commit | 91853a07211ebb0985ee61885345318ca6f4f0cc (patch) | |
tree | 29a0d300fe190885759d4f271872f1e36f990624 | |
parent | ba30e23bbc9ab366184e8738847a45bc5cf05dba (diff) | |
download | master-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/Makefile | 3 |
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 |