X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FConf%2Ftarget.template;h=b45a18beca7fba7df9711469ad75b7d0920fe03e;hp=3c4c50ff1ec4ef73bbf6e193d29c04d9c81a9ca7;hb=4234283c3acb8c35014acc1546621fbc2621b095;hpb=ba944801a988dddf3ed217c72c8d880d0f03d150 diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 3c4c50ff1e..b45a18beca 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -1,5 +1,5 @@ # -# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -29,18 +29,20 @@ ACTIVE_PLATFORM = Nt32Pkg/Nt32Pkg.dsc # UserDefined; separated by a space character. # If the line is missing or no value is specified, all # valid targets specified in the platform description file -# will attempt to be built. The following line will build all -# platform targets. +# will attempt to be built. The following line will build +# DEBUG platform target. TARGET = DEBUG # TARGET_ARCH List Optional What kind of architecture is the binary being target for. # One, or more, of the following, IA32, IPF, X64, EBC or ARM. # Multiple values can be specified on a single line, using # space charaters to separate the values. These are used -# during the parsing of an platform description file, +# during the parsing of a platform description file, # restricting the build output target(s.) -# The Build Target ARCH is determined by a logical AND of: -# platform BuildOptions: tag +# The Build Target ARCH is determined by (precedence high to low): +# Command-line: -a ARCH option +# target.txt: TARGET_ARCH values +# DSC file: [Defines] SUPPORTED_ARCHITECTURES tag # If not specified, then all valid architectures specified # in the platform file, for which tools are available, will be # built. @@ -48,8 +50,7 @@ TARGET_ARCH = IA32 # TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying # the tools to use for the build. If not specified, -# tools_def.txt will be used for the build. This file -# MUST be located in the WORKSPACE/Conf directory. +# WORKSPACE/Conf/tools_def.txt will be used for the build. TOOL_CHAIN_CONF = Conf/tools_def.txt # TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use. @@ -62,8 +63,9 @@ TOOL_CHAIN_TAG = MYTOOLS # cores or CPUs. Less than 2 means disable multithread build. MAX_CONCURRENT_THREAD_NUMBER = 1 -# Build rules definition -# -# + +# BUILD_RULE_CONF Filename Optional Specify the file name to use for the build rules that are followed +# when generating Makefiles. If not specified, the file: +# WORKSPACE/Conf/build_rule.txt will be used BUILD_RULE_CONF = Conf/build_rule.txt