summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Fibonacci/Makefile2
-rw-r--r--examples/HowToUseJIT/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index a6d378591f..b63777eb29 100644
--- a/examples/Fibonacci/Makefile
+++ b/examples/Fibonacci/Makefile
@@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
EXAMPLE_TOOL = 1
# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
include $(LEVEL)/Makefile.common
diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile
index 0f5e26b5ca..67fdd86111 100644
--- a/examples/HowToUseJIT/Makefile
+++ b/examples/HowToUseJIT/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT
EXAMPLE_TOOL = 1
# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
include $(LEVEL)/Makefile.common