summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/UnixX64.dsc
diff options
context:
space:
mode:
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
+