summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 15:37:23 +0000
committerwdenk <wdenk>2004-06-09 15:37:23 +0000
commitca0e774894ceceeffe5134f69c0f4e1f789407a2 (patch)
treed6ad4c3f828edc0c934cae02668e903cbc92253e /Makefile
parent697037fe9b68fdf8cf7ce63f7875912f365270b7 (diff)
downloadbarebox-ca0e774894ceceeffe5134f69c0f4e1f789407a2.tar.gz
barebox-ca0e774894ceceeffe5134f69c0f4e1f789407a2.tar.xz
Patch by Kurt Stremerch, 28 May 2004:
Add support for Exys XSEngine board Some code cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b9596de5a..cf8ecb780d 100644
--- a/Makefile
+++ b/Makefile
@@ -1166,6 +1166,9 @@ wepep250_config : unconfig
xm250_config : unconfig
@./mkconfig $(@:_config=) arm pxa xm250
+xsengine_config : unconfig
+ @./mkconfig $(@:_config=) arm pxa xsengine
+
#========================================================================
# i386
#========================================================================