MBO: Add non-preferred channel configuration in wpa_supplicant
[mech_eap.git] / wpa_supplicant / Makefile
index 234a0bf..bf2c0aa 100644 (file)
@@ -864,6 +864,10 @@ CFLAGS += -DCONFIG_IEEE80211AC
 endif
 endif
 
+ifdef CONFIG_MBO
+CFLAGS += -DCONFIG_MBO
+endif
+
 ifdef NEED_AP_MLME
 OBJS += ../src/ap/wmm.o
 OBJS += ../src/ap/ap_list.o