summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Dubov <oakad@yahoo.com>2009-08-07 15:28:32 +1000
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:38 -0500
commit7b18c227b847e4782eb1492219ebd555f521b08b (patch)
treefc36ac044cd004a7296e04ca81803bb48bccc953 /Makefile
parentbafdf9aa9dbb69d937b72db17ed5800998c59523 (diff)
downloadblackbird-obmc-uboot-7b18c227b847e4782eb1492219ebd555f521b08b.tar.gz
blackbird-obmc-uboot-7b18c227b847e4782eb1492219ebd555f521b08b.zip
stx: create common vendor/board hierarchy for STx boards
Move files belonging to the STx boards into common vendor directory and update the Makefile to reflect this. Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9821ffd55e..15866e881e 100644
--- a/Makefile
+++ b/Makefile
@@ -1148,7 +1148,7 @@ SPD823TS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8xx spd8xx
stxxtc_config: unconfig
- @$(MKCONFIG) $(@:_config=) ppc mpc8xx stxxtc
+ @$(MKCONFIG) $(@:_config=) ppc mpc8xx stxxtc stx
svm_sc8xx_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8xx svm_sc8xx
@@ -2563,7 +2563,7 @@ socrates_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx socrates
stxgp3_config: unconfig
- @$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3
+ @$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3 stx
stxssa_config \
stxssa_4M_config: unconfig
@@ -2572,7 +2572,7 @@ stxssa_4M_config: unconfig
echo "#define CONFIG_STXSSA_4M" >>$(obj)include/config.h ; \
$(XECHO) "... with 4 MiB flash memory" ; \
fi
- @$(MKCONFIG) -a stxssa ppc mpc85xx stxssa
+ @$(MKCONFIG) -a stxssa ppc mpc85xx stxssa stx
TQM8540_config \
TQM8541_config \
OpenPOWER on IntegriCloud