]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/Makefile
P2P: Extend P2P manager functionality to work with driver MLME
[thirdparty/hostap.git] / hostapd / Makefile
index 7d4bab8024d68471f30b443717962205e80284d6..887a62f1206a6907bbbe5da565c0f97c9879e3b7 100644 (file)
@@ -719,6 +719,11 @@ ifdef CONFIG_IEEE80211N
 OBJS += ../src/ap/ieee802_11_ht.o
 endif
 
+ifdef CONFIG_P2P_MANAGER
+CFLAGS += -DCONFIG_P2P_MANAGER
+OBJS += ../src/ap/p2p_hostapd.o
+endif
+
 ifdef CONFIG_NO_STDOUT_DEBUG
 CFLAGS += -DCONFIG_NO_STDOUT_DEBUG
 endif