From 1fade6cf657cf62c48c491f17d2464bc1b90ae55 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 28 Jan 2011 05:22:14 +0000 Subject: Roll back previous change. GCC assembly file should use .S postfix. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11280 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BootScriptSaveOnS3SaveStateThunk.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EdkCompatibilityPkg') diff --git a/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf b/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf index 48e358b51f..b9ea51e09c 100644 --- a/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf +++ b/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf @@ -4,7 +4,7 @@ # Intel's Framework Boot Script Save Protocol is replaced by S3 Save State Protocol in PI. # This module produces Framework Boot Script Save protocol by consuming PI S3 Save State protocol # -# Copyright (c) 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -38,7 +38,7 @@ [Sources.X64] X64/AsmDispatchExecute.asm - X64/AsmDispatchExecute.s + X64/AsmDispatchExecute.S X64/DispatchExecute.c [Sources.Ia32] -- cgit v1.2.3