aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-05-17 20:13:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-05-17 20:13:29 +0000
commit69d2637ec624cf5cc6978c8c66f697d45f348433 (patch)
treee1a77214f600d24d3812a2939653fe27d4cd9de1 /package
parent251abc41cd284a51095269ea93e4151183a3475d (diff)
downloadmaster-187ad058-69d2637ec624cf5cc6978c8c66f697d45f348433.tar.gz
master-187ad058-69d2637ec624cf5cc6978c8c66f697d45f348433.tar.bz2
master-187ad058-69d2637ec624cf5cc6978c8c66f697d45f348433.zip
ifndef is not supported inside make variable expansion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index ef83702a8a..09995e0c41 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -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:= \