summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6339004..600f41c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,10 @@
+SUBDIRS=$(NULL)
-SUBDIRS = \
+if WPA_SUP_INTERNAL
+SUBDIRS += supplicant
+endif
+
+SUBDIRS += \
InfraStack/OSDependent/Linux/OSAL \
InfraStack/OSDependent/Linux/InfraStackModules/IPCs \
InfraStack/OSAgnostic/Common/CommonServices \