summaryrefslogtreecommitdiff
path: root/mk/elftoolchain.components.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/elftoolchain.components.mk')
-rw-r--r--mk/elftoolchain.components.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/mk/elftoolchain.components.mk b/mk/elftoolchain.components.mk
new file mode 100644
index 000000000000..44ba7893aa01
--- /dev/null
+++ b/mk/elftoolchain.components.mk
@@ -0,0 +1,21 @@
+#
+# $Id: elftoolchain.components.mk 3316 2016-01-11 22:48:22Z jkoshy $
+#
+
+# Knobs to turn parts of the source tree on or off.
+
+# Build the automation tools.
+WITH_BUILD_TOOLS= no
+
+# Build additional tutorial documentation. (Manual page generation is
+# controlled by the 'MKDOC' knob).
+WITH_DOCUMENTATION=yes
+
+# Build the instruction set analyser.
+WITH_ISA= no
+
+# Build PE support.
+WITH_PE= yes
+
+# Build test suites.
+WITH_TESTS= yes