From: Johannes Berg Date: Tue, 28 Jul 2009 17:25:19 +0000 (+0300) Subject: CONFIG_WIRELESS_EXTENSION need not be in CFLAGS X-Git-Tag: hostap_0_7_0~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=602606091b62a64017f91b33b0527a4948a21a71;p=thirdparty%2Fhostap.git CONFIG_WIRELESS_EXTENSION need not be in CFLAGS --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index a28ac1e41..e5b524be7 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -936,7 +936,6 @@ CFLAGS += -DNEED_SHA256 endif ifdef CONFIG_WIRELESS_EXTENSION -CFLAGS += -DCONFIG_WIRELESS_EXTENSION OBJS_d += ../src/drivers/driver_wext.o endif