diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2008-06-01 01:32:37 +0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-23 00:44:54 +0400 |
commit | 7171d8672bb0bcb744935bd2c6108378b5c6c6ad (patch) | |
tree | 1dc832d0622eb67c8115937130664da8d3f30d26 /arch/arm/mach-orion5x/Makefile | |
parent | 530c854aa351b2c7b3b3b6bedae8143310875206 (diff) | |
download | linux-7171d8672bb0bcb744935bd2c6108378b5c6c6ad.tar.xz |
[ARM] Orion: add Technologic Systems TS-78xx support
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
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 1d1f8556303d..d0c9f570f943 100644 --- a/arch/arm/mach-orion5x/Makefile +++ b/arch/arm/mach-orion5x/Makefile @@ -7,4 +7,5 @@ obj-$(CONFIG_MACH_DNS323) += dns323-setup.o obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o obj-$(CONFIG_MACH_WRT350N_V2) += wrt350n-v2-setup.o +obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o |