aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ks8695/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-09-07 15:24:09 +1000
committerOlof Johansson <olof@lixom.net>2012-09-07 20:16:33 -0700
commit02c5f160c636d07f26ba273a006fc0dcfeec2e74 (patch)
tree87acb360c9ca1a090f3cf12741f7859e7d8ea2fe /arch/arm/mach-ks8695/Makefile
parent66f75a5d028beaf67c931435fdc3e7823125730c (diff)
ARM: ks8695: add board support for the SnapGear boards based on the KS8695
A number of boards produced by SnapGear are based on the Micrel KS8695 SoC. Add board support to the KS8695 kernel code to support them. The following machine type entries will need to be added back into the mach-types file with these in mainline: lite300 MACH_LITE300 LITE300 408 se4200 MACH_SE4200 SE4200 809 sg310 MACH_SG310 SG310 1564 Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-ks8695/Makefile')
-rw-r--r--arch/arm/mach-ks8695/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/Makefile b/arch/arm/mach-ks8695/Makefile
index 853efd9133c..9673c0ccc5d 100644
--- a/arch/arm/mach-ks8695/Makefile
+++ b/arch/arm/mach-ks8695/Makefile
@@ -18,3 +18,6 @@ obj-$(CONFIG_LEDS) += leds.o
obj-$(CONFIG_MACH_KS8695) += board-micrel.o
obj-$(CONFIG_MACH_DSM320) += board-dsm320.o
obj-$(CONFIG_MACH_ACS5K) += board-acs5k.o
+obj-$(CONFIG_MACH_LITE300) += board-sg.o
+obj-$(CONFIG_MACH_SG310) += board-sg.o
+obj-$(CONFIG_MACH_SE4200) += board-sg.o