diff options
author | Simon Guinot <sguinot@lacie.com> | 2009-12-09 01:43:49 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2009-12-10 23:01:57 -0500 |
commit | 1cb9f9b086f818eb9543ed759382de7b95c67f87 (patch) | |
tree | f5adbf4ead594b4beb420656e3ace9fc26f8555f /arch/arm/mach-kirkwood/Makefile | |
parent | f0e5d2c959d5f14dd3bc879c8f9390aa2c049423 (diff) |
[ARM] Kirkwood: Add LaCie Network Space v2 support
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
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 9f2f67b2b63..d4d7f53b0fb 100644 --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile @@ -8,5 +8,6 @@ obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o obj-$(CONFIG_MACH_OPENRD_BASE) += openrd_base-setup.o +obj-$(CONFIG_MACH_NETSPACE_V2) += netspace_v2-setup.o obj-$(CONFIG_CPU_IDLE) += cpuidle.o |