From a748603cb4565d395db1acf812cb1aee2f0642d9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 14 May 2017 11:52:52 +1000 Subject: build-system: Parallel build all subdirs. --- c/src/lib/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/Makefile.am') diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am index 5c6de71375..ff39067ae9 100644 --- a/c/src/lib/Makefile.am +++ b/c/src/lib/Makefile.am @@ -1,4 +1,9 @@ -SUBDIRS = libcpu libbsp +_SUBDIRS = libcpu libbsp include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am + +# +# The libsp cannot be built until libcpu is built. +# +libbsp: libcpu -- cgit v1.2.3