Browse Source

CONFIG_WIRELESS_EXTENSION need not be in CFLAGS

Johannes Berg 15 years ago
parent
commit
602606091b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      wpa_supplicant/Makefile

+ 0 - 1
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