mirror of https://github.com/acidanthera/audk.git
Miss tool chain tag in CPU.inf
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6067 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e9e65e2a03
commit
77df4b6732
|
@ -38,11 +38,13 @@
|
|||
UefiBootServicesTableLib
|
||||
|
||||
[Sources.IA32]
|
||||
Ia32/CpuInterrupt.asm | INTEL
|
||||
Ia32/CpuInterrupt.asm |INTEL
|
||||
Ia32/CpuInterrupt.asm |MSFT
|
||||
|
||||
[Sources.X64]
|
||||
X64/CpuInterrupt.asm | INTEL
|
||||
|
||||
X64/CpuInterrupt.asm | MSFT
|
||||
|
||||
[Sources.common]
|
||||
Cpu.c
|
||||
CpuDxe.h
|
||||
|
|
Loading…
Reference in New Issue