summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/runtime/libprofile/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile
index f79d42a0569..92a85584db1 100644
--- a/llvm/runtime/libprofile/Makefile
+++ b/llvm/runtime/libprofile/Makefile
@@ -8,6 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
+include $(LEVEL)/Makefile.config
+
ifneq ($(wildcard $(LLVMGCC)),)
BYTECODE_LIBRARY = 1
endif
OpenPOWER on IntegriCloud