diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2006-06-19 15:29:45 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-19 15:29:45 +0100 |
commit | 2697c5e1f799f201366d5fd7d25e96a21587f1a9 (patch) | |
tree | 43e234d320316394a38be278ae0f002a5a7a7c3a /arch/arm/mach-netx/Makefile | |
parent | af614ba072dab2940471fec1f30bd59b8272fc6b (diff) |
[ARM] 3576/1: netX: board support for NXEB500HMI development board
Patch from Sascha Hauer
This patch adds the board specific code for the Hilscher NXEB500HMI
development board.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-netx/Makefile')
-rw-r--r-- | arch/arm/mach-netx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile index eafb24fd0e1..18785ff3765 100644 --- a/arch/arm/mach-netx/Makefile +++ b/arch/arm/mach-netx/Makefile @@ -12,3 +12,4 @@ obj-y += time.o generic.o pfifo.o xc.o # Specific board support obj-$(CONFIG_MACH_NXDKN) += nxdkn.o obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o +obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o |