diff options
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 9e42d03..2a82920 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -169,6 +169,10 @@ ifdef CONFIG_IEEE80211N CFLAGS += -DCONFIG_IEEE80211N endif +ifdef CONFIG_WNM +CFLAGS += -DCONFIG_WNM +endif + include ../src/drivers/drivers.mak OBJS += $(DRV_AP_OBJS) CFLAGS += $(DRV_AP_CFLAGS) |