diff options
Diffstat (limited to 'wpa_supplicant')
-rw-r--r-- | wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 217fec1..7c51959 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -132,7 +132,7 @@ CFLAGS += -DCONFIG_DRIVER_NL80211 OBJS_d += ../src/drivers/driver_nl80211.o LIBS += -lnl ifdef CONFIG_CLIENT_MLME -OBJS_d += ../src/drivers/radiotap.o +OBJS_d += ../src/utils/radiotap.o endif endif |