CONFIG_WIRELESS_EXTENSION need not be in CFLAGS
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 28 Jul 2009 17:25:19 +0000 (20:25 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2009 17:25:19 +0000 (20:25 +0300)
wpa_supplicant/Makefile

index a28ac1e..e5b524b 100644 (file)
@@ -936,7 +936,6 @@ CFLAGS += -DNEED_SHA256
 endif
 
 ifdef CONFIG_WIRELESS_EXTENSION
-CFLAGS += -DCONFIG_WIRELESS_EXTENSION
 OBJS_d += ../src/drivers/driver_wext.o
 endif