CONFIG_WIRELESS_EXTENSION need not be in CFLAGS

This commit is contained in:
Johannes Berg 2009-07-28 20:25:19 +03:00 committed by Jouni Malinen
parent 91382de4d1
commit 602606091b

View 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