ifndef is not supported inside make variable expansion

SVN-Revision: 11165
owl
Felix Fietkau 2008-05-17 20:13:29 +00:00
parent e2829f4251
commit eb2e08d894
1 changed files with 1 additions and 1 deletions

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:= \