diff options
author | Daniel Silverstone <dsilvers@simtec.co.uk> | 2008-12-13 20:44:15 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-14 11:34:48 +0000 |
commit | 6174dee5146dc2c7eca8f103b85be168dc564ffb (patch) | |
tree | d27d6820b3b41774c69e90f36fb3de48028e9e80 /arch/arm/mach-ks8695/Makefile | |
parent | 7ef71320eba8933275be10bfa44e083bec95b3f1 (diff) | |
download | blackbird-obmc-linux-6174dee5146dc2c7eca8f103b85be168dc564ffb.tar.gz blackbird-obmc-linux-6174dee5146dc2c7eca8f103b85be168dc564ffb.zip |
[ARM] DSM320: Add support for the DSM320
Add support for the D-Link DSM-320 Wireless Media Player which is
based on the Micrel KS8695 SoC.
Signed-off-by: Daniel Silverstone <dsilvers@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-ks8695/Makefile')
-rw-r--r-- | arch/arm/mach-ks8695/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/Makefile b/arch/arm/mach-ks8695/Makefile index ade42b73afbb..f735d2cc0294 100644 --- a/arch/arm/mach-ks8695/Makefile +++ b/arch/arm/mach-ks8695/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_LEDS) += leds.o # Board-specific support obj-$(CONFIG_MACH_KS8695) += board-micrel.o +obj-$(CONFIG_MACH_DSM320) += board-dsm320.o |