mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
EdkCompatibilityPkg/CompilerStub: Created a Dummy CompilerStubLib for ARM
This Dummy CompilerStubLib avoids to add the ARM CompilerIntrinsicsLib in every EDK module INF files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ruiyu NI <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13434 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
de2447dd4c
commit
9acd22366c
@ -45,6 +45,9 @@ COMPONENT_TYPE = LIBRARY
|
||||
memcpy.c
|
||||
memset.c
|
||||
|
||||
[sources.ARM]
|
||||
Dummy.c
|
||||
|
||||
[includes.common]
|
||||
$(EDK_SOURCE)/Foundation
|
||||
$(EDK_SOURCE)/Foundation/Framework
|
||||
@ -63,6 +66,9 @@ COMPONENT_TYPE = LIBRARY
|
||||
|
||||
[libraries.common]
|
||||
|
||||
[libraries.ARM]
|
||||
CompilerIntrinsicsLib
|
||||
|
||||
[nmake.common]
|
||||
|
||||
[nmake.ia32,nmake.x64]
|
||||
|
Loading…
x
Reference in New Issue
Block a user