diff options
Diffstat (limited to 'BaseTools/Conf')
-rw-r--r-- | BaseTools/Conf/target.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 52d03f5989..5623e7b303 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -70,3 +70,9 @@ MULTIPLE_THREAD = Enable # set this value to one more than the number of your compurter
# cores or CPUs.
MAX_CONCURRENT_THREAD_NUMBER = 1
+
+# Build rules definition
+#
+#
+BUILD_RULE_CONF = Conf/build_rule.txt
+
|