summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-01-18 16:05:47 +0100
committerStefan Roese <sr@denx.de>2007-01-18 16:05:47 +0100
commit9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276 (patch)
tree43e50b8392361c983ca734135e3518d76c8fc806 /Makefile
parent0057d758e3e874cbe7f24745d0cce8c1cb6c207e (diff)
downloadblackbird-obmc-uboot-9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276.tar.gz
blackbird-obmc-uboot-9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276.zip
[PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index af3300688f..b1952edfe7 100644
--- a/Makefile
+++ b/Makefile
@@ -2066,8 +2066,15 @@ pleb2_config : unconfig
logodl_config : unconfig
@$(MKCONFIG) $(@:_config=) arm pxa logodl
-pdnb3_config : unconfig
- @$(MKCONFIG) $(@:_config=) arm ixp pdnb3 prodrive
+pdnb3_config \
+scpu_config: unconfig
+ @if [ "$(findstring scpu_,$@)" ] ; then \
+ echo "#define CONFIG_SCPU" >>include/config.h ; \
+ echo "... on SCPU board variant" ; \
+ else \
+ >include/config.h ; \
+ fi
+ @$(MKCONFIG) -a pdnb3 arm ixp pdnb3 prodrive
pxa255_idp_config: unconfig
@$(MKCONFIG) $(@:_config=) arm pxa pxa255_idp
OpenPOWER on IntegriCloud