summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2009-07-01 20:40:41 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:52:58 +0200
commit040f8f63e922bbfb8ba0958bf637f11a917f5c38 (patch)
tree97d8ffb6b8d3f41d76e684bacea1f4332b13b11d /Makefile
parent88bd97501314683b87f3f1edcf55b347c041b722 (diff)
downloadblackbird-obmc-uboot-040f8f63e922bbfb8ba0958bf637f11a917f5c38.tar.gz
blackbird-obmc-uboot-040f8f63e922bbfb8ba0958bf637f11a917f5c38.zip
xscale: add support for the polaris board
The Polaris board is based on the TrizepsIV module of Keith & Koep (http://www.keith-koep.com). Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ae1d36022..9b9f7bfef2 100644
--- a/Makefile
+++ b/Makefile
@@ -3095,8 +3095,13 @@ scpu_config: unconfig
pxa255_idp_config: unconfig
@$(MKCONFIG) $(@:_config=) arm pxa pxa255_idp
+polaris_config \
trizepsiv_config : unconfig
- @$(MKCONFIG) $(@:_config=) arm pxa trizepsiv
+ @mkdir -p $(obj)include
+ @if [ "$(findstring polaris,$@)" ] ; then \
+ echo "#define CONFIG_POLARIS 1" >>$(obj)include/config.h ; \
+ fi;
+ @$(MKCONFIG) -a trizepsiv arm pxa trizepsiv
wepep250_config : unconfig
@$(MKCONFIG) $(@:_config=) arm pxa wepep250
OpenPOWER on IntegriCloud