mirror of https://github.com/acidanthera/audk.git
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
|
memcpy.c
|
||||||
memset.c
|
memset.c
|
||||||
|
|
||||||
|
[sources.ARM]
|
||||||
|
Dummy.c
|
||||||
|
|
||||||
[includes.common]
|
[includes.common]
|
||||||
$(EDK_SOURCE)/Foundation
|
$(EDK_SOURCE)/Foundation
|
||||||
$(EDK_SOURCE)/Foundation/Framework
|
$(EDK_SOURCE)/Foundation/Framework
|
||||||
|
@ -63,6 +66,9 @@ COMPONENT_TYPE = LIBRARY
|
||||||
|
|
||||||
[libraries.common]
|
[libraries.common]
|
||||||
|
|
||||||
|
[libraries.ARM]
|
||||||
|
CompilerIntrinsicsLib
|
||||||
|
|
||||||
[nmake.common]
|
[nmake.common]
|
||||||
|
|
||||||
[nmake.ia32,nmake.x64]
|
[nmake.ia32,nmake.x64]
|
||||||
|
|
Loading…
Reference in New Issue