diff options
author | John Holland <john.holland@cellent-fs.de> | 2010-02-19 23:10:58 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-02-23 16:44:00 -0500 |
commit | d8ecb3490050b33bf46ce77c7f239e0fc51a6835 (patch) | |
tree | f6235c4e7e486937189b0a0b961ac4203b2c6e49 /arch/arm/mach-kirkwood/Makefile | |
parent | 0fa11802e0dcbd4e211a9310500bf52d701b9c1b (diff) | |
download | linux-stable-d8ecb3490050b33bf46ce77c7f239e0fc51a6835.tar.gz linux-stable-d8ecb3490050b33bf46ce77c7f239e0fc51a6835.tar.bz2 linux-stable-d8ecb3490050b33bf46ce77c7f239e0fc51a6835.zip |
[ARM] eSATA SheevaPlug basic board support
Allow basic eSATA SheevaPlug board configuration and build.
Signed-off-by: John Holland <john.holland@cellent-fs.de>
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 d4d7f53b0fb9..704b8927dbb7 100644 --- a/arch/arm/mach-kirkwood/Makefile +++ b/arch/arm/mach-kirkwood/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6192-nas-setup.o obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o obj-$(CONFIG_MACH_MV88F6281GTW_GE) += mv88f6281gtw_ge-setup.o obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o +obj-$(CONFIG_MACH_ESATA_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 |