From 0ed65cc2f998afadc2edf6f9c18f847fb928c492 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 30 May 2016 18:52:18 -0700 Subject: MdeModulePkg BootScriptExecutorDxe: Convert IA32/S3Asm.asm to NASM The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert IA32/S3Asm.asm to IA32/S3Asm.nasm Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen --- .../Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf | 1 + 1 file changed, 1 insertion(+) (limited to 'MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf') diff --git a/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf b/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf index a1bdee8e4d..ad34650a79 100644 --- a/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf +++ b/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf @@ -43,6 +43,7 @@ [Sources.Ia32] IA32/SetIdtEntry.c + IA32/S3Asm.nasm IA32/S3Asm.asm IA32/S3Asm.S -- cgit v1.2.3