mirror of https://github.com/acidanthera/audk.git
OvmfPkg/Bhyve: rename files to remove 'Pkg' infix
OvmfPkg is the package, so while there are files to build bhyve separately, they shouldn't have 'Pkg' in the name. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Peter Grehan <grehan@freebsd.org> Message-Id: <20200818021035.6479-1-rebecca@bsdio.com> Reviewed-by: Peter Grehan <grehan@freebsd.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
019f513a19
commit
ad40eb4e6c
|
@ -22,7 +22,7 @@
|
|||
SUPPORTED_ARCHITECTURES = X64
|
||||
BUILD_TARGETS = NOOPT|DEBUG|RELEASE
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
FLASH_DEFINITION = OvmfPkg/Bhyve/BhyvePkgX64.fdf
|
||||
FLASH_DEFINITION = OvmfPkg/Bhyve/BhyveX64.fdf
|
||||
|
||||
#
|
||||
# Defines for default states. These can be changed on the command line.
|
|
@ -11,7 +11,7 @@
|
|||
################################################################################
|
||||
|
||||
[Defines]
|
||||
!include OvmfPkg/Bhyve/BhyvePkgDefines.fdf.inc
|
||||
!include OvmfPkg/Bhyve/BhyveDefines.fdf.inc
|
||||
|
||||
#
|
||||
# Build the variable store and the firmware code as one unified flash device
|
Loading…
Reference in New Issue