summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-01-30 17:32:15 +0100
committerWolfgang Denk <wd@denx.de>2007-01-30 17:32:15 +0100
commitc105f4c6601b49637c5413afcf65f814d86f8748 (patch)
tree74d162881710a7c6b4954d2a38dc4b24850c213a /Makefile
parentd526de33d849b28d4416445fe16af678336d5cb1 (diff)
parente802594b6fa1b166308820c276b96dc0d7cc731c (diff)
downloadblackbird-obmc-uboot-c105f4c6601b49637c5413afcf65f814d86f8748.tar.gz
blackbird-obmc-uboot-c105f4c6601b49637c5413afcf65f814d86f8748.zip
Merge with /home/sr/git/u-boot/denx-merge-sr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a44cba0102..ae2262d9ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1236,7 +1236,10 @@ yosemite_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx yosemite amcc
yellowstone_config: unconfig
- @$(MKCONFIG) $(@:_config=) ppc ppc4xx yellowstone amcc
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_YELLOWSTONE" > $(obj)include/config.h
+ @echo "Configuring for yellowstone board as subset of yosemite..."
+ @$(MKCONFIG) -a yosemite ppc ppc4xx yosemite amcc
yucca_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx yucca amcc
OpenPOWER on IntegriCloud