diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-02-09 15:20:55 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-02-09 20:54:49 -0500 |
commit | ca9cea939932a0a64fee9d83b3c631431359446f (patch) | |
tree | ca95a52c338b8b7628178aae3fff7d78a35ffa94 /arch/arm/mach-kirkwood/Makefile | |
parent | 7a15726cb4aca67150b93a5ce5413efe6e87c95d (diff) |
[ARM] Kirkwood: add LaCie Internet Space v2 support
The Internet and Network Space v2 boards are very close. The only
difference is that there is no USB type B plug wired on the Internet
Space v2.
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 df91d0789f18..55b4ccf3729b 100644 --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile | |||
@@ -9,5 +9,6 @@ obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o | |||
9 | obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o | 9 | obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o |
10 | obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o | 10 | obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o |
11 | obj-$(CONFIG_MACH_NETSPACE_V2) += netspace_v2-setup.o | 11 | obj-$(CONFIG_MACH_NETSPACE_V2) += netspace_v2-setup.o |
12 | obj-$(CONFIG_MACH_INETSPACE_V2) += netspace_v2-setup.o | ||
12 | 13 | ||
13 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o | 14 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o |