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/libbsp/v850/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/v850') diff --git a/c/src/lib/libbsp/v850/Makefile.am b/c/src/lib/libbsp/v850/Makefile.am index d5747beb2f..15054fee72 100644 --- a/c/src/lib/libbsp/v850/Makefile.am +++ b/c/src/lib/libbsp/v850/Makefile.am @@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal ## Descend into the @RTEMS_BSP_FAMILY@ directory ## Currently, the shared directory is not explicitly ## added but it is present in the source tree. -SUBDIRS = @RTEMS_BSP_FAMILY@ +_SUBDIRS = @RTEMS_BSP_FAMILY@ EXTRA_DIST = -- cgit v1.2.3