aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Makefile')
-rw-r--r--tools/llvmc2/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index 8fe1e81..4cb967c 100644
--- a/tools/llvmc2/Makefile
+++ b/tools/llvmc2/Makefile
@@ -14,12 +14,7 @@ REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
-TOOLS_TARGET=default
-ifeq ($(TOOLS_TARGET), default)
- TOOLS_SOURCE=Example.td
-else
- TOOLS_SOURCE=ExampleWithOpt.td
-endif
+TOOLS_SOURCE=Example.td
# TOFIX: integrate this part into Makefile.rules?
# The degree of horrorshowness in that file is too much for me atm.