aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1210c6d6b..3a6b61438 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,12 @@ include $(top_srcdir)/config/deb.am
include $(top_srcdir)/config/tgz.am
include $(top_srcdir)/config/arch.am
-SUBDIRS =
+SUBDIRS = include
if CONFIG_USER
SUBDIRS += lib cmd scripts
endif
if CONFIG_KERNEL
-SUBDIRS += module include
+SUBDIRS += module
endif
AUTOMAKE_OPTIONS = foreign