diff options
author | Wolfgang Denk | 2007-05-31 17:21:22 +0200 |
---|---|---|
committer | Wolfgang Denk | 2007-05-31 17:21:22 +0200 |
commit | f61137937da9afb543a55ca44b7178f2feee34cf (patch) | |
tree | 16c8f4c40b93ccc4966e08a808d244c66a38fbef /Makefile | |
parent | 19bf91f9628f80a55d4f171df71041574882b3d6 (diff) | |
parent | ee1529838abbfaa35f14e3ffbeaaba693159475f (diff) |
Merge with /home/wd/git/u-boot/stx-gp3ssa
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1792,8 +1792,16 @@ sbc8560_66_config: unconfig stxgp3_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3 -stxssa_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc85xx stxssa +stxssa_config \ +stxssa_4M_config: unconfig + @mkdir -p $(obj)include + @if [ "$(findstring _4M_,$@)" ] ; then \ + echo "#define CONFIG_STXSSA_4M" >>$(obj)include/config.h ; \ + echo "... with 4 MiB flash memory" ; \ + else \ + >$(obj)include/config.h ; \ + fi + @$(MKCONFIG) -a stxssa ppc mpc85xx stxssa TQM8540_config \ TQM8541_config \ |