]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/Makefile
wpa_supplicant: Add HE override support
[thirdparty/hostap.git] / wpa_supplicant / Makefile
index 88f688b6277548bd7fc453b222a642e1a31865fb..0d9950d78794d03b29e5184a88cd3f177bdd3c02 100644 (file)
@@ -198,6 +198,10 @@ ifdef CONFIG_VHT_OVERRIDES
 CFLAGS += -DCONFIG_VHT_OVERRIDES
 endif
 
+ifdef CONFIG_HE_OVERRIDES
+CFLAGS += -DCONFIG_HE_OVERRIDES
+endif
+
 ifndef CONFIG_BACKEND
 CONFIG_BACKEND=file
 endif