diff options
author | Stefan Roese | 2007-01-30 17:04:19 +0100 |
---|---|---|
committer | Stefan Roese | 2007-01-30 17:04:19 +0100 |
commit | 700200c67e73b83751418abe7815840dca8fd6cb (patch) | |
tree | 1e931706bfeb25aa6e2f76535af8333f752d2851 /Makefile | |
parent | 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6 (diff) |
[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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |