diff options
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/CpuDxe/Cpu.inf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DuetPkg/CpuDxe/Cpu.inf b/DuetPkg/CpuDxe/Cpu.inf index 4cea2edcb9..1498d4d28d 100644 --- a/DuetPkg/CpuDxe/Cpu.inf +++ b/DuetPkg/CpuDxe/Cpu.inf @@ -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
|