summaryrefslogtreecommitdiff
path: root/FatPkg
diff options
context:
space:
mode:
authorniruiyu <niruiyu@efd2e655-3735-4b16-a529-16bfa2dd702b>2012-06-08 03:08:32 +0000
committerniruiyu <niruiyu@efd2e655-3735-4b16-a529-16bfa2dd702b>2012-06-08 03:08:32 +0000
commit62e9ccd69497586b3c31d0d456b5e3b0b6c1990e (patch)
tree8a2de5be896a46162e10484aaf337c860caf10a8 /FatPkg
parentb5053f55134fdf9fa795ad3c55f4f1049a73bfe8 (diff)
Enable ARM support.
Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk@71 efd2e655-3735-4b16-a529-16bfa2dd702b
Diffstat (limited to 'FatPkg')
-rw-r--r--FatPkg/FatPkg.dsc6
1 files changed, 5 insertions, 1 deletions
diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc
index 784e0f9e41..6b55efb6c4 100644
--- a/FatPkg/FatPkg.dsc
+++ b/FatPkg/FatPkg.dsc
@@ -48,7 +48,7 @@
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
PLATFORM_VERSION = 0.2
DSC_SPECIFICATION = 0x00010005
- SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
+ SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM
OUTPUT_DIRECTORY = Build/Fat
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
@@ -57,6 +57,7 @@
GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
+ RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
[LibraryClasses]
#
@@ -85,6 +86,9 @@
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
+[LibraryClasses.ARM]
+ NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+
###################################################################################################
#
# Components Section - list of the modules and components that will be processed by compilation