summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-22 09:20:51 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-22 09:20:51 +0000
commit70f8a3ef6175fc5a199061e26540f18fd1cb8048 (patch)
treead4d54c7ffb8ec7ec7980680fa2236323695c0f5
parentb7d286b6f9c1b447c706ab75377848bf05a3dfed (diff)
downloadedk2-platforms-70f8a3ef6175fc5a199061e26540f18fd1cb8048.tar.xz
Changed active platform to MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2719 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--BaseTools/Conf/target.template2
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.