summaryrefslogtreecommitdiff
path: root/tools/llvmc/example/mcc16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/example/mcc16/Makefile')
-rw-r--r--tools/llvmc/example/mcc16/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/llvmc/example/mcc16/Makefile b/tools/llvmc/example/mcc16/Makefile
index efc9d2dc7b..e94bca2330 100644
--- a/tools/llvmc/example/mcc16/Makefile
+++ b/tools/llvmc/example/mcc16/Makefile
@@ -7,14 +7,8 @@
#
##===----------------------------------------------------------------------===##
-# Change this so that $(BASE_LEVEL)/Makefile.common refers to
-# $LLVM_DIR/Makefile.common.
export LLVMC_BASE_LEVEL = ../../../..
-
-# Change this to the name of your LLVMC-based driver.
export LLVMC_BASED_DRIVER_NAME = mcc16
-
-# List your plugin names here
export LLVMC_BUILTIN_PLUGINS = PIC16Base
LEVEL = $(LLVMC_BASE_LEVEL)