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. --- cpukit/score/cpu/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/Makefile.am') diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am index 1f57984105..51835109fb 100644 --- a/cpukit/score/cpu/Makefile.am +++ b/cpukit/score/cpu/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = @RTEMS_CPU@ +_SUBDIRS = @RTEMS_CPU@ DIST_SUBDIRS = DIST_SUBDIRS += arm -- cgit v1.2.3