diff options
author | John Crispin <blogic@openwrt.org> | 2010-05-18 09:14:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2010-05-18 09:14:01 +0000 |
commit | c8e6b1378f07418d308edb3a7f98ff6f2bd91616 (patch) | |
tree | bfe15c810a4885b25e465bd13a6b5a448e7759b5 /target | |
parent | 00e07cf808fd55a7ef4544e8db5515903948fe43 (diff) | |
download | master-187ad058-c8e6b1378f07418d308edb3a7f98ff6f2bd91616.tar.gz master-187ad058-c8e6b1378f07418d308edb3a7f98ff6f2bd91616.tar.bz2 master-187ad058-c8e6b1378f07418d308edb3a7f98ff6f2bd91616.zip |
[ifxmips] oops, missing fix from [21485]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |