From e71fc7b2b3a228383e770a7d78150497d9c48d3c Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Wed, 21 Oct 2009 11:37:07 +0200 Subject: merged changes for u8500 (mop500). --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) mode change 100644 => 100755 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 5857b5252..25310ca4b --- a/Makefile +++ b/Makefile @@ -3127,6 +3127,24 @@ omap3_zoom1_config : unconfig omap3_zoom2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3 +u8500_def_config \ +u8500_noconsole_config \ +u8500_auto_config: unconfig + @mkdir -p $(obj)include + @ > $(obj)include/config.h + @if [ "$(findstring _def, $@)" ] ; then \ + echo "#ifndef CONFIG_SKIP_LOWLEVEL_INIT " >> $(obj)include/config.h ; \ + echo "#define CONFIG_SKIP_LOWLEVEL_INIT 1" >> $(obj)include/config.h ; \ + echo "#endif" >> $(obj)include/config.h ; \ + elif [ "$(findstring _noconsole, $@)" ] ; then \ + echo "Configuring for no console ..." ; \ + echo "#ifndef CONFIG_SKIP_LOWLEVEL_INIT" >> $(obj)include/config.h ; \ + echo "#define CONFIG_SKIP_LOWLEVEL_INIT 1" >> $(obj)include/config.h ; \ + echo "#endif" >> $(obj)include/config.h ; \ + echo "#define CONFIG_SILENT_CONSOLE 1" >> $(obj)include/config.h ; \ + fi; + @$(MKCONFIG) -a u8500 arm arm_cortexa9 u8500 st stw8500 + ######################################################################### ## XScale Systems ######################################################################### -- cgit v1.2.3