summaryrefslogtreecommitdiff
path: root/examples/BrainF
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BrainF')
-rw-r--r--examples/BrainF/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile
index b1d2a61261..2c3e066252 100644
--- a/examples/BrainF/Makefile
+++ b/examples/BrainF/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = BrainF
EXAMPLE_TOOL = 1
-LINK_COMPONENTS := jit bitwriter native interpreter
+LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
include $(LEVEL)/Makefile.common