summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer2006-06-19 16:29:43 +0200
committerRussell King2006-06-19 16:29:43 +0200
commit693532dcff871543639743e9c2e2b99c492f8f8d (patch)
tree88e5dd99441b2641f96ca9452aa1d496db8037c1 /arch/arm/mach-netx/Makefile
parent[ARM] 3569/2: netX: driver for XMAC/XPEC engines (diff)
downloadkernel-qcow2-linux-693532dcff871543639743e9c2e2b99c492f8f8d.tar.gz
kernel-qcow2-linux-693532dcff871543639743e9c2e2b99c492f8f8d.tar.xz
kernel-qcow2-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/Makefile3
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
+