summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/UnixX64.dsc
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-20 21:58:22 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-20 21:58:22 +0000
commit53a6813fd09065fdbbc1c6dc11a136e072cd2388 (patch)
tree0b6be12a5076c7b69a381437071c3421f4eb3d2e /InOsEmuPkg/Unix/UnixX64.dsc
parentb8800fc547440d8648e49c189a60547bfc4a1615 (diff)
downloadedk2-platforms-53a6813fd09065fdbbc1c6dc11a136e072cd2388.tar.xz
InOsEmuPkg/Unix: Enable single-pass build with Linux
For Linux builds the thunk layer ('SEC') and main platform firmware image will be built in a single build pass. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11867 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg/Unix/UnixX64.dsc')
-rw-r--r--InOsEmuPkg/Unix/UnixX64.dsc9
1 files changed, 6 insertions, 3 deletions
diff --git a/InOsEmuPkg/Unix/UnixX64.dsc b/InOsEmuPkg/Unix/UnixX64.dsc
index a514f4efe3..995e0e53f0 100644
--- a/InOsEmuPkg/Unix/UnixX64.dsc
+++ b/InOsEmuPkg/Unix/UnixX64.dsc
@@ -285,12 +285,14 @@
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
[Components]
-!if $(SEC_ONLY)
+!ifdef $(UNIX_SEC_BUILD)
##
# Emulator, OS POSIX application
##
InOsEmuPkg/Unix/Sec/SecMain.inf
-!else
+!endif
+
+!ifndef $(SKIP_MAIN_BUILD)
#
# Generic SEC
#
@@ -441,4 +443,5 @@
}
!endif
-!endif
+!endif
+