diff options
author | Hartley Sweeten <hartleys@visionengravers.com> | 2011-10-09 00:04:34 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-17 13:22:11 +0200 |
commit | 1cb17e2dbd09436069733500ea48e0c9b1f0a1cc (patch) | |
tree | 1f52bad9fee5dc0c72ce71896a5246b502bf6368 /arch/arm/mach-ep93xx/Makefile | |
parent | Linux 3.1-rc9 (diff) | |
download | linux-1cb17e2dbd09436069733500ea48e0c9b1f0a1cc.tar.xz linux-1cb17e2dbd09436069733500ea48e0c9b1f0a1cc.zip |
ep93xx: add support Vision EP9307 SoM
Add support for Vision Engraving Systems EP9307 based SoM.
Signed-off-by: Hartley Sweeten <hartleys@visionengravers.com>
Acked-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 3cedcf2d39e5..574209d9e246 100644 --- a/arch/arm/mach-ep93xx/Makefile +++ b/arch/arm/mach-ep93xx/Makefile @@ -15,3 +15,4 @@ 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 +obj-$(CONFIG_MACH_VISION_EP9307)+= vision_ep9307.o |