]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/Makefile
P2P: Add initial version of P2P Module
[thirdparty/hostap.git] / src / Makefile
index f47da7b5ac735c0162d4905a2a4a96792bb76212..d73a175abc866b0e3114c07091674b23f0a2c5e0 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps
+SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p radius rsn_supp tls utils wps
 
 all:
        for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d; done