From: Nobuhiro Iwamatsu Date: Sat, 22 Sep 2007 17:38:42 +0000 (+0900) Subject: sh: Update Makefile X-Git-Tag: v1.3.2-rc1~107^2^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d91ea45d15cf8e0987456bd211ffbb650824b6f1;p=kernel%2Fu-boot.git sh: Update Makefile Add support MS7722SE01 to Makefile. Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/Makefile b/Makefile index 9ae11e2..86bc753 100644 --- a/Makefile +++ b/Makefile @@ -2603,6 +2603,11 @@ ms7750se_config: unconfig @echo "#define CONFIG_MS7750SE 1" >> include/config.h @./mkconfig -a $(@:_config=) sh sh4 ms7750se +ms7722se_config : unconfig + @ >include/config.h + @echo "#define CONFIG_MS7722SE 1" >> include/config.h + @./mkconfig -a $(@:_config=) sh sh4 ms7722se + ######################################################################### ######################################################################### #########################################################################