diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-26 03:39:15 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-26 03:39:15 +0000 |
commit | fd549a4db9c562587652c23884bab5a4f3631d10 (patch) | |
tree | f10e73f6240684d2c1f4e40be4f4eb2fcf20a240 /DuetPkg/BootSector/BootSector.inf | |
parent | 50db9e551a32a52be9738f5fb299121d1e25bf20 (diff) | |
download | edk2-platforms-fd549a4db9c562587652c23884bab5a4f3631d10.tar.xz |
1. Add GNUmakefile for Linux GCC to build BootSector;
2. Modified some S files to pass ld phase.
Now the makefile only for pass build and source control.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7699 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/BootSector.inf')
-rw-r--r-- | DuetPkg/BootSector/BootSector.inf | 20 |
1 files changed, 10 insertions, 10 deletions
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
|