X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=DuetPkg%2FBootSector%2FBootSector.inf;h=130a1e2dd3c33cce267968f0ec0baf3a4b3e3439;hb=49794755ba41d962f4448364d301939e26eb2bf2;hp=429ed2e7e1ee019e8c5de294446bc48904aa5e0a;hpb=166451c51cb3c05d1a604a9eda009e81f0833cbc;p=mirror_edk2.git diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 429ed2e7e1..130a1e2dd3 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -7,7 +7,7 @@ EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 CUSTOM_MAKEFILE = MSFT|Makefile - CUSTOM_MAKEFILE = GCC|GnuMakefile + CUSTOM_MAKEFILE = GCC|GNUmakefile [Packages] MdePkg/MdePkg.dec @@ -16,37 +16,37 @@ [Sources] bootsect.asm | INTEL bootsect.asm | MSFT -# bootsect.S | GCC + bootsect.S | GCC bs16.asm | INTEL bs16.asm | MSFT -# bs16.S | GCC + bs16.S | GCC bs32.asm | INTEL bs32.asm | MSFT -# bs32.S | GCC + bs32.S | GCC Gpt.asm | INTEL Gpt.asm | MSFT -# Gpt.S | GCC + Gpt.S | GCC Mbr.asm | INTEL Mbr.asm | MSFT -# Mbr.S | GCC + Mbr.S | GCC start.asm | INTEL start.asm | MSFT -# start.S | GCC + start.S | GCC start16.asm | INTEL start16.asm | MSFT -# start16.S | GCC + start16.S | GCC start32.asm | INTEL start32.asm | MSFT -# start32.S | GCC + start32.S | GCC efi32.asm | INTEL efi32.asm | MSFT -# efi32.S | GCC + efi32.S | GCC