From 77df4b6732c92ddfe22ba8f50100dfdfbbea6a13 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 29 Sep 2008 06:12:05 +0000 Subject: [PATCH] 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 --- DuetPkg/CpuDxe/Cpu.inf | 6 ++++-- 1 file 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