summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-05-14 11:52:52 +1000
committerChris Johns <chrisj@rtems.org>2017-05-24 19:59:22 +1000
commita748603cb4565d395db1acf812cb1aee2f0642d9 (patch)
tree4fccbbc514c1d7d7ad6c3f57a682cea57ba2e627 /c/src/lib/libbsp/Makefile.am
parenttestsuite: Add fsjffs2gc01 to the disable JFFS tests. (diff)
downloadrtems-a748603cb4565d395db1acf812cb1aee2f0642d9.tar.bz2
build-system: Parallel build all subdirs.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/Makefile.am b/c/src/lib/libbsp/Makefile.am
index 85ddbe217b..840d52b033 100644
--- a/c/src/lib/libbsp/Makefile.am
+++ b/c/src/lib/libbsp/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/automake/compile.am
-SUBDIRS = @libbsp_cpu_subdir@
+_SUBDIRS = @libbsp_cpu_subdir@
DIST_SUBDIRS = @libbsp_cpu_subdir@
EXTRA_DIST = MERGE.PROCEDURE bsp.am
@@ -42,5 +42,5 @@ include_bsp_HEADERS += shared/include/console-termios.h
include_bsp_HEADERS += shared/include/gpio.h
include $(srcdir)/preinstall.am
-include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
+include $(top_srcdir)/automake/subdirs.am