diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-07-29 09:52:18 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-29 09:52:18 +0000 |
commit | b4319afbda8d84e5dc67f8a3e8b18796a0e53f85 (patch) | |
tree | 216c330cbb3cb27c1b64f061f3c90380d463da9b /MdePkg/MdePkg.dec | |
parent | fed549d7be5621eac25f024b54c66ca83ca0bcca (diff) | |
download | edk2-platforms-b4319afbda8d84e5dc67f8a3e8b18796a0e53f85.tar.xz |
MdePkg: Added ARM Aarch64 architecture support
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14513 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r-- | MdePkg/MdePkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 3de6ff5aea..7f05d01c77 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -44,6 +44,9 @@ [Includes.ARM]
Include/Arm
+[Includes.AARCH64]
+ Include/AArch64
+
[LibraryClasses]
## @libraryclass Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec
# and the standard requests defined in Usb 1.1 spec.
|