mirror of https://github.com/acidanthera/audk.git
Move CompilerStub library for IA32 & x64 only.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7287 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1e39deb2e2
commit
f29d42d54b
|
@ -39,7 +39,6 @@ DEFINE EDK_SHELL_DIR = Shell
|
||||||
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
|
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
|
||||||
EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
|
EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
|
||||||
EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIA64Lib/CpuIA64Lib.inf
|
EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIA64Lib/CpuIA64Lib.inf
|
||||||
EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
|
|
||||||
EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
|
EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
|
||||||
EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
|
EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
|
||||||
#
|
#
|
||||||
|
@ -74,11 +73,10 @@ DEFINE EDK_SHELL_DIR = Shell
|
||||||
#
|
#
|
||||||
$(EDK_SHELL_DIR)/Library/EfiShellLib.inf
|
$(EDK_SHELL_DIR)/Library/EfiShellLib.inf
|
||||||
|
|
||||||
|
[Libraries.IA32, Libraries.X64]
|
||||||
|
EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
|
||||||
|
|
||||||
[Components]
|
[Components]
|
||||||
#
|
|
||||||
# Shell.inf & ShellFull.inf can not be included at once to avoid over
|
|
||||||
#
|
|
||||||
$(EDK_SHELL_DIR)/Shell.inf
|
$(EDK_SHELL_DIR)/Shell.inf
|
||||||
$(EDK_SHELL_DIR)/ShellFull.inf
|
$(EDK_SHELL_DIR)/ShellFull.inf
|
||||||
$(EDK_SHELL_DIR)/attrib/attrib.inf
|
$(EDK_SHELL_DIR)/attrib/attrib.inf
|
||||||
|
|
Loading…
Reference in New Issue