From 2e0649a4f0a40848676fb183437915c1e8dcb866 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Wed, 13 Jan 2010 09:54:58 +0100 Subject: added u8500_udc_config (usbtty) Makefile target define CONFIG_USB_TTY for u8500_udc_config target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index be7ea1f49..ee6a04791 --- a/Makefile +++ b/Makefile @@ -3150,6 +3150,7 @@ smdkc100_config: unconfig u8500_def_config \ u8500_SRAM_config \ u8500_noconsole_config \ +u8500_udc_config \ u8500_auto_config: unconfig @mkdir -p $(obj)include @mkdir -p $(obj)board/st/u8500 @@ -3164,6 +3165,8 @@ u8500_auto_config: unconfig 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 ; \ + elif [ "$(findstring _udc, $@)" ] ; then \ + echo "#define CONFIG_USB_TTY 1" >> $(obj)include/config.h ; \ fi; \ if [ "$(findstring _SRAM, $@)" ] ; then \ echo "#define CONFIG_BOOT_SRAM" >> $(obj)include/config.h ; \ -- cgit v1.2.3