diff options
Diffstat (limited to 'DuetPkg/DuetPkg.dsc')
-rw-r--r-- | DuetPkg/DuetPkg.dsc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index 41f8c237f7..e261827d2a 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -174,6 +174,17 @@ [Components.IA32]
DuetPkg/BootSector/BootSector.inf
+######################################################################################
+#
+# Following binaries are specified in FDF file and built in Firmware Volumes.
+# The are not included in DSC file because DSC only specifies modules to build.
+#
+######################################################################################
+##
+## FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
+## MdeModulePkg/Logo/Logo.bmp
+##
+
[BuildOptions.common]
MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR
MSFT:*_*_IA32_CC_FLAGS = /D EFI32
|