mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
22d1f97835
commit
1fade6cf65
|
@ -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.<BR>
|
||||
# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# 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]
|
||||
|
|
Loading…
Reference in New Issue