summaryrefslogtreecommitdiff
path: root/examples/Fibonacci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r--examples/Fibonacci/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index ac6de5df5f1..2c9a53149c6 100644
--- a/examples/Fibonacci/Makefile
+++ b/examples/Fibonacci/Makefile
@@ -6,10 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
TOOLNAME = Fibonacci
-USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
- scalaropts analysis.a transformutils.a bcreader target.a vmcore \
- support.a LLVMsystem.a
+
+# Enable JIT support
+include $(LEVEL)/tools/Makefile.JIT
include $(LEVEL)/Makefile.common