diff options
author | Simon Guinot | 2010-02-03 01:41:09 +0100 |
---|---|---|
committer | Nicolas Pitre | 2010-05-03 17:02:10 -0400 |
commit | 2a49456fdae0cc9e4286de38b8fcb85f9c7c7559 (patch) | |
tree | ada4516673a3b16eeffb72265d54f65106172753 /arch/arm/mach-kirkwood/Makefile | |
parent | 18e2842b85a00158054b5751c4e5a1b56906895f (diff) |
[ARM] Kirkwood: add LaCie 2Big Network v2 support
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Makefile')
-rw-r--r-- | arch/arm/mach-kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile index 85b3a39a6204..3697d8e59687 100644 --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile @@ -12,5 +12,6 @@ obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o obj-$(CONFIG_MACH_NETSPACE_V2) += netspace_v2-setup.o obj-$(CONFIG_MACH_INETSPACE_V2) += netspace_v2-setup.o +obj-$(CONFIG_MACH_NET2BIG_V2) += net2big_v2-setup.o obj-$(CONFIG_CPU_IDLE) += cpuidle.o |