From 3378685f25b34ce1f1462ee5284c2289f5a1ddc7 Mon Sep 17 00:00:00 2001 From: Matthew Fioravante Date: Fri, 18 Jan 2013 10:55:48 +0000 Subject: Add conditional build of subsystems to configure.ac The toplevel Makefile still works without running configure and will default build everything Signed-off-by: Matthew Fioravante Acked-by: Ian Campbell Committed-by: Ian Campbell --- config/Toplevel.mk.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/Toplevel.mk.in (limited to 'config') diff --git a/config/Toplevel.mk.in b/config/Toplevel.mk.in new file mode 100644 index 0000000000..4db7eafcab --- /dev/null +++ b/config/Toplevel.mk.in @@ -0,0 +1 @@ +SUBSYSTEMS := @SUBSYSTEMS@ -- cgit v1.2.3