From 700200c67e73b83751418abe7815840dca8fd6cb Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 30 Jan 2007 17:04:19 +0100 Subject: [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 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1