diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-15 17:40:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-15 17:40:25 +0200 |
commit | cd63dba445d476317e9a25c9d791a7078a0395c8 (patch) | |
tree | 8d921f73a678613e43ebefb8b33fcbbb977cc0d2 /build/bootstrap.make | |
parent | 982db72f1ec9a8e58c59036a388726bb730f44f4 (diff) |
Add support for selecting threading implementation
Diffstat (limited to 'build/bootstrap.make')
-rw-r--r-- | build/bootstrap.make | 3 |
1 files changed, 3 insertions, 0 deletions
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 # |