summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-20 07:52:31 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-20 07:52:31 +0000
commit166451c51cb3c05d1a604a9eda009e81f0833cbc (patch)
treedd1e871af446ae501dac70545a0ce784c078c454 /DuetPkg/BootSector
parent9ffd16fb498e2f45c68f88210d8b6daf88deacb5 (diff)
downloadedk2-platforms-166451c51cb3c05d1a604a9eda009e81f0833cbc.tar.xz
New .S files added
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7554 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector')
-rw-r--r--DuetPkg/BootSector/BootSector.inf51
1 files 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