From 166451c51cb3c05d1a604a9eda009e81f0833cbc Mon Sep 17 00:00:00 2001 From: jji4 Date: Fri, 20 Feb 2009 07:52:31 +0000 Subject: [PATCH] New .S files added git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7554 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/BootSector.inf | 51 ++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 39d81463d8..429ed2e7e1 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -16,22 +16,37 @@ [Sources] bootsect.asm | INTEL bootsect.asm | MSFT - bs16.asm | INTEL - bs16.asm | MSFT - bs32.asm | INTEL - bs32.asm | MSFT -# bs32.S | GCC ## It can not be compiled. It is added just for version control. - Gpt.asm | INTEL - Gpt.asm | MSFT -# Gpt.S | GCC ## It can not be compiled. It is added just for version control. - Mbr.asm | INTEL - Mbr.asm | MSFT - start.asm | INTEL - start.asm | MSFT - start16.asm | INTEL - start16.asm | MSFT - start32.asm | INTEL - start32.asm | MSFT - efi32.asm | INTEL - efi32.asm | MSFT +# bootsect.S | GCC + + bs16.asm | INTEL + bs16.asm | MSFT +# bs16.S | GCC + + bs32.asm | INTEL + bs32.asm | MSFT +# bs32.S | GCC + + Gpt.asm | INTEL + Gpt.asm | MSFT +# Gpt.S | GCC + + Mbr.asm | INTEL + Mbr.asm | MSFT +# Mbr.S | GCC + + start.asm | INTEL + start.asm | MSFT +# start.S | GCC + + start16.asm | INTEL + start16.asm | MSFT +# start16.S | GCC + + start32.asm | INTEL + start32.asm | MSFT +# start32.S | GCC + + efi32.asm | INTEL + efi32.asm | MSFT +# efi32.S | GCC -- 2.39.2