mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
configure/optionrom: Fix MSYS2 multiboot.bin issue
This patch enables native builds on MSYS2 with symlinks disabled. Signed-off-by: Helge Konetzka <hk@zapateado.de> Message-Id: <2b5ab039-8495-b55f-03f1-ecfd996907a9@zapateado.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ffd205ef29
commit
9840999112
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
CURRENT_MAKEFILE := $(realpath $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
|
||||
SRC_DIR := $(dir $(CURRENT_MAKEFILE))
|
||||
TOPSRC_DIR := $(SRC_DIR)/../..
|
||||
include config.mak
|
||||
SRC_DIR := $(TOPSRC_DIR)/pc-bios/optionrom
|
||||
VPATH = $(SRC_DIR)
|
||||
|
||||
all: multiboot.bin linuxboot.bin linuxboot_dma.bin kvmvapic.bin pvh.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue