From da5230bf48b20552ca62bff6c073fb200f8e9d72 Mon Sep 17 00:00:00 2001 From: sato_masaki Date: Fri, 15 Aug 2008 06:03:21 +0000 Subject: [PATCH] =?UTF-8?q?override=E3=81=97=E3=81=9FTWL=5FCODEGEN?= =?UTF-8?q?=E3=82=92=E3=80=81=E3=82=B5=E3=83=96=E3=83=97=E3=83=AD=E3=82=BB?= =?UTF-8?q?=E3=82=B9=E3=81=B8=E5=BF=85=E3=81=9A=E6=B8=A1=E3=81=9B=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2163 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries_sysmenu/TwlWireless/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/libraries_sysmenu/TwlWireless/Makefile b/build/libraries_sysmenu/TwlWireless/Makefile index 44c94d29..ac6eb9a0 100644 --- a/build/libraries_sysmenu/TwlWireless/Makefile +++ b/build/libraries_sysmenu/TwlWireless/Makefile @@ -22,6 +22,9 @@ export TWL_CODEGEN export TWL_ARCHGEN TWL_PROC := ARM7 +# always build only ARM codes under sub processes +SUBDIR_FLAGS = TWL_CODEGEN=$(TWL_CODEGEN) + include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs export TWL_WLAN_ROOT = $(subst $(SPACE),\ ,$(subst \,/,$(TWL_IPL_RED_ROOT)))