diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-04-26 02:35:29 +0200 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 22:44:50 +0200 |
commit | 47e9cffde663eafd5f78987036429fc0994d90e8 (patch) | |
tree | 2200ed5b306d2e8989b097745315c0767ad979c7 /arch/arm/mach-orion5x/Makefile | |
parent | a0087f2fcf5cb4e16502f5334168fbe304af318b (diff) |
[ARM] Orion: add QNAP TS-409 support
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Makefile')
-rw-r--r-- | arch/arm/mach-orion5x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Makefile b/arch/arm/mach-orion5x/Makefile index 55da46eeab8..80196569793 100644 --- a/arch/arm/mach-orion5x/Makefile +++ b/arch/arm/mach-orion5x/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o obj-$(CONFIG_MACH_DNS323) += dns323-setup.o obj-$(CONFIG_MACH_TS209) += ts209-setup.o +obj-$(CONFIG_MACH_TS409) += ts409-setup.o |