diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2006-06-19 15:29:44 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-19 15:29:44 +0100 |
commit | af614ba072dab2940471fec1f30bd59b8272fc6b (patch) | |
tree | 58dd752e79c50fc0342f8a7fa662c783a178b8d1 /arch/arm/mach-netx/Makefile | |
parent | 693532dcff871543639743e9c2e2b99c492f8f8d (diff) |
[ARM] 3575/1: netX: board support for NXDB500 development board
Patch from Sascha Hauer
This patch adds the board specific code for the Hilscher NXDB500
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile index c5e3b18b7989..eafb24fd0e14 100644 --- a/arch/arm/mach-netx/Makefile +++ b/arch/arm/mach-netx/Makefile @@ -11,4 +11,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 |