aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ks8695/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-09-07 15:35:39 +1000
committerOlof Johansson <olof@lixom.net>2012-09-07 20:16:39 -0700
commita7b8575423e0aa80e8bbc388036bc7d460b43bb4 (patch)
treea00a44470bbbec29c7b1f8a70f4b07b868b88e4b /arch/arm/mach-ks8695/Makefile
parent02c5f160c636d07f26ba273a006fc0dcfeec2e74 (diff)
ARM: ks8695: add board support for the OpenGear boards based on the KS8695
A number of boards produced by OpenGear and 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: cm4008 MACH_CM4008 CM4008 624 cm41xx MACH_CM41XX CM41XX 672 cm4002 MACH_CM4002 CM4002 876 im42xx MACH_IM42XX IM42XX 1105 im4004 MACH_IM4004 IM4004 1400 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/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/Makefile b/arch/arm/mach-ks8695/Makefile
index 9673c0ccc5d..50980e6b1c1 100644
--- a/arch/arm/mach-ks8695/Makefile
+++ b/arch/arm/mach-ks8695/Makefile
@@ -21,3 +21,8 @@ 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
+obj-$(CONFIG_MACH_CM4002) += board-og.o
+obj-$(CONFIG_MACH_CM4008) += board-og.o
+obj-$(CONFIG_MACH_CM41xx) += board-og.o
+obj-$(CONFIG_MACH_IM4004) += board-og.o
+obj-$(CONFIG_MACH_IM42xx) += board-og.o