]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/Makefile
Add interface matching support with -M, guarded by CONFIG_MATCH_IFACE
[thirdparty/hostap.git] / wpa_supplicant / Makefile
index 5f5a30a6521b595a9484cb4c50747d8d3d178cb2..550d44b2e00584d7a025f8b7499fdf90a97d147a 100644 (file)
@@ -316,6 +316,10 @@ CFLAGS += -DCONFIG_NO_VLAN
 OBJS += ibss_rsn.o
 endif
 
+ifdef CONFIG_MATCH_IFACE
+CFLAGS += -DCONFIG_MATCH_IFACE
+endif
+
 ifdef CONFIG_P2P
 OBJS += p2p_supplicant.o
 OBJS += p2p_supplicant_sd.o