1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

ifndef is not supported inside make variable expansion

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-05-17 20:13:29 +00:00
parent 89cc72d82e
commit 6152e5b5b3

View File

@ -205,7 +205,7 @@ MAKE_ARGS:= \
LDOPTS="--no-warn-mismatch " \
ATH_RATE="ath_rate/$(RATE_CONTROL)" \
WARNINGS="-Wno-unused" \
$(ifndef CONFIG_MADWIFI_DEBUG,DEBUG="") \
$(if $(CONFIG_MADWIFI_DEBUG),,DEBUG="") \
DOMULTI=1
MAKE_VARS:= \