diff options
author | Nobuhiro Iwamatsu <iwamatsu@rahute.(none)> | 2007-05-13 21:01:03 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@rahute.(none)> | 2007-05-13 21:01:03 +0900 |
commit | 69df3c4da0c93017cceb25a366e794570bd0ed98 (patch) | |
tree | 5452f064f3f42d55d05b30c88601171214db7787 /Makefile | |
parent | 0b135cfc2e524dc249b75057b55dd4cc09842e27 (diff) | |
download | u-boot-imx-69df3c4da0c93017cceb25a366e794570bd0ed98.zip u-boot-imx-69df3c4da0c93017cceb25a366e794570bd0ed98.tar.gz u-boot-imx-69df3c4da0c93017cceb25a366e794570bd0ed98.tar.bz2 |
sh: MS7750SE support.
This adds support for the Hitachi MS7750SE.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2408,6 +2408,18 @@ atstk1002_config : unconfig ######################################################################### ######################################################################### +######################################################################### +## sh4 (Renesas SuperH) +######################################################################### +ms7750se_config: unconfig + @ >include/config.h + @echo "#define CONFIG_MS7750SE 1" >> include/config.h + @./mkconfig -a $(@:_config=) sh sh4 ms7750se + +######################################################################### +######################################################################### +######################################################################### + clean: find $(OBJTREE) -type f \ \( -name 'core' -o -name '*.bak' -o -name '*~' \ |