]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add Makefile for the new src/eapol_auth directory
authorJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 18:21:25 +0000 (20:21 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 18:21:25 +0000 (20:21 +0200)
src/Makefile
src/eapol_auth/Makefile [new file with mode: 0644]

index bd1c160cd514b0b8b59154d2974d78a83b1606b2..b02c660298fe6b917aa4dfdd009fa06dfc801711 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=common crypto drivers hlr_auc_gw eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps
+SUBDIRS=common crypto drivers hlr_auc_gw eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps
 
 all:
        @echo Nothing to be made.
diff --git a/src/eapol_auth/Makefile b/src/eapol_auth/Makefile
new file mode 100644 (file)
index 0000000..cffba62
--- /dev/null
@@ -0,0 +1,9 @@
+all:
+       @echo Nothing to be made.
+
+clean:
+       for d in $(SUBDIRS); do make -C $$d clean; done
+       rm -f *~ *.o *.d
+
+install:
+       @echo Nothing to be made.