summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/SemihostLib/SemihostLib.inf
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-15 01:00:54 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-15 01:00:54 +0000
commitd9629029f246b01893c693e2b7dd00975475584f (patch)
tree7dacbbfdf240504dabde280d547aba2ac97121c8 /ArmPkg/Library/SemihostLib/SemihostLib.inf
parente7cb469e3aa3d5b05953a25f1ef40aea89d058c3 (diff)
downloadedk2-platforms-d9629029f246b01893c693e2b7dd00975475584f.tar.xz
Add support for semihosting with GCC. Still needs more testing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11168 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/SemihostLib/SemihostLib.inf')
-rw-r--r--ArmPkg/Library/SemihostLib/SemihostLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Library/SemihostLib/SemihostLib.inf b/ArmPkg/Library/SemihostLib/SemihostLib.inf
index 61a82b8ab1..f575a35f05 100644
--- a/ArmPkg/Library/SemihostLib/SemihostLib.inf
+++ b/ArmPkg/Library/SemihostLib/SemihostLib.inf
@@ -28,6 +28,7 @@
# VALID_ARCHITECTURES = ARM
#
[Sources.ARM]
+ Arm/GccSemihost.S | GCC
Arm/SemihostLib.c