summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorAndrew Fish <afish@apple.com>2015-11-11 02:28:51 +0000
committerlgao4 <lgao4@Edk2>2015-11-11 02:28:51 +0000
commit9a12358cbe3b31441596a4eb36ebe9e6c94a130a (patch)
tree9876d285c54a690aa742601d2941327b48a5a4cc /MdePkg
parent661c306ceb674213cc30189cd84e92a8f77a29a4 (diff)
downloadedk2-9a12358cbe3b31441596a4eb36ebe9e6c94a130a.zip
edk2-9a12358cbe3b31441596a4eb36ebe9e6c94a130a.tar.gz
edk2-9a12358cbe3b31441596a4eb36ebe9e6c94a130a.tar.bz2
MdePkg: BaseLib don't require NASM with Xcode
Don't require NASM for simple edk2 Xcode projects. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Andrew Fish <afish@apple.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18766 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf
index 4cc86d7..e83a569 100644
--- a/MdePkg/Library/BaseLib/BaseLib.inf
+++ b/MdePkg/Library/BaseLib/BaseLib.inf
@@ -257,6 +257,7 @@
Ia32/GccInline.c | GCC
Ia32/Thunk16.nasm | GCC
+ Ia32/Thunk16.S | XCODE
Ia32/EnableDisableInterrupts.S | GCC
Ia32/EnablePaging64.S | GCC
Ia32/DisablePaging32.S | GCC
@@ -413,6 +414,7 @@
X86DisablePaging32.c
X64/GccInline.c | GCC
X64/Thunk16.nasm | GCC
+ X64/Thunk16.S | XCODE
X64/SwitchStack.S | GCC
X64/SetJump.S | GCC
X64/LongJump.S | GCC