summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-01-30 17:04:19 +0100
committerStefan Roese <sr@denx.de>2007-01-30 17:04:19 +0100
commit700200c67e73b83751418abe7815840dca8fd6cb (patch)
tree1e931706bfeb25aa6e2f76535af8333f752d2851 /Makefile
parent1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6 (diff)
downloadblackbird-obmc-uboot-700200c67e73b83751418abe7815840dca8fd6cb.tar.gz
blackbird-obmc-uboot-700200c67e73b83751418abe7815840dca8fd6cb.zip
[PATCH] Merge Yosemite & Yellowstone board ports
Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR) share one config file and all board specific files. This way we don't have to maintain two different sets of files for nearly identical boards. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1952edfe7..c2642df40e 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