diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2010-02-15 00:16:01 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-15 19:40:50 (GMT) |
commit | dd2ac961e273c2ac9f58cfa13c9e566e4bdb3b13 (patch) | |
tree | 9e0bc9197c6ec9d3d4c599dc66a70e318c29e2bb /arch/arm/mach-ep93xx/Makefile | |
parent | a3662f6bbe09a3ce7cccd622654822c0d378be2e (diff) | |
download | linux-fsl-qoriq-dd2ac961e273c2ac9f58cfa13c9e566e4bdb3b13.tar.xz |
ARM: 5937/1: Add support for EP9315 based Snapper CL15 board
Add support for Bluewater Systems EP9315 based Snapper CL15 single board
computer module.
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: Hartley Sweeten <hartleys@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/Makefile')
-rw-r--r-- | arch/arm/mach-ep93xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Makefile b/arch/arm/mach-ep93xx/Makefile index c731fa9..33ee2c8 100644 --- a/arch/arm/mach-ep93xx/Makefile +++ b/arch/arm/mach-ep93xx/Makefile @@ -11,4 +11,5 @@ obj-$(CONFIG_MACH_EDB93XX) += edb93xx.o obj-$(CONFIG_MACH_GESBC9312) += gesbc9312.o obj-$(CONFIG_MACH_MICRO9) += micro9.o obj-$(CONFIG_MACH_SIM_ONE) += simone.o +obj-$(CONFIG_MACH_SNAPPER_CL15) += snappercl15.o obj-$(CONFIG_MACH_TS72XX) += ts72xx.o |