diff options
Diffstat (limited to 'BaseTools/Conf/target.template')
-rw-r--r-- | BaseTools/Conf/target.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index f3912bf82b..bc3d9674bf 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -23,7 +23,7 @@ # of the platform FPD file that will be used for the build
# This line is required if and only if the current working
# directory does not contain one or more FPD files.
-ACTIVE_PLATFORM = MdePkg/MdePkg.dsc
+ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc
# TARGET List Optional Zero or more of the following: DEBUG, RELEASE,
# UserDefined; separated by a space character.
|