fix wpa_supplicant cflags
SVN-Revision: 11311
This commit is contained in:
parent
389c1186cf
commit
90baadbedc
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ endef
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
rm -rf $(PKG_INSTALL_DIR)
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
KERNEL=$(LINUX_DIR) \
|
KERNEL=$(LINUX_DIR) \
|
||||||
|
|
Loading…
Reference in a new issue