diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2006-06-19 15:29:43 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-19 15:29:43 +0100 |
commit | 693532dcff871543639743e9c2e2b99c492f8f8d (patch) | |
tree | 88e5dd99441b2641f96ca9452aa1d496db8037c1 /arch/arm/mach-netx/Makefile | |
parent | 8e77da68a6107ee47323fec5dfb3a93ebbc809e2 (diff) | |
download | blackbird-op-linux-693532dcff871543639743e9c2e2b99c492f8f8d.tar.gz blackbird-op-linux-693532dcff871543639743e9c2e2b99c492f8f8d.zip |
[ARM] 3574/1: netX: board support for NXDKN development board
Patch from Sascha Hauer
This patch adds the board specific code for the Hilscher NXDKN
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile index b2b7dd25f218..c5e3b18b7989 100644 --- a/arch/arm/mach-netx/Makefile +++ b/arch/arm/mach-netx/Makefile @@ -9,3 +9,6 @@ obj-y += time.o generic.o pfifo.o xc.o +# Specific board support +obj-$(CONFIG_MACH_NXDKN) += nxdkn.o + |