From cd63dba445d476317e9a25c9d791a7078a0395c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2011 17:40:25 +0200 Subject: Add support for selecting threading implementation --- build/bootstrap.make | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/bootstrap.make') diff --git a/build/bootstrap.make b/build/bootstrap.make index 26b7eeb..00d384d 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -16,6 +16,9 @@ ifeq ($(patsubst %build/bootstrap.make,,$(lastword $(MAKEFILE_LIST))),) include $(build)/bootstrap.make endif +# Configuration +# +$(call include,$(scf_root)/configuration.make) # Aliases # -- cgit v1.1