From 51238bfefb92d15d07c15aec8c6a8fcc7b228e8c Mon Sep 17 00:00:00 2001 From: Matej Kenda Date: Mon, 7 Sep 2009 14:08:34 +0800 Subject: [ARM] pxa: add support for the IskraTel XCEP board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added support for the Iskratel XCEP single board computer, embedded in instruments used in particle accelerators. The patch contains the platform specific code, Makefile and Kconfig changes for platform arm-pxa. Signed-off-by: Aleš Bardorfer Signed-off-by: Michael Abbott Signed-off-by: Matej Kenda Signed-off-by: Eric Miao --- arch/arm/mach-pxa/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-pxa/Makefile') diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index aa8f83e9421..c9890a124cf 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile @@ -79,6 +79,8 @@ obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx.o cm-x255.o cm-x270.o obj-$(CONFIG_MACH_CM_X300) += cm-x300.o obj-$(CONFIG_PXA_EZX) += ezx.o +obj-$(CONFIG_MACH_XCEP) += xcep.o + obj-$(CONFIG_MACH_INTELMOTE2) += imote2.o obj-$(CONFIG_MACH_STARGATE2) += stargate2.o obj-$(CONFIG_MACH_CSB726) += csb726.o -- cgit v1.2.3