mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
r965 broke x86emu compilation on all v3 targets.
Fix the issue. OBJ->SRC conversions are a bit tricky to get right. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@989 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
4a03ab07aa
commit
ee7668d654
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ BIOSEMU_SRC = biosemu.c pcbios/pcibios.c
|
|||
VM86_SRC = vm86.c vm86_gdt.c
|
||||
|
||||
ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_X86EMU),y)
|
||||
LIBX86EMU_SRC=$(X86EMU_SRC) $(BIOSEMU_SRC)
|
||||
LIBX86EMU_SRC=$(patsubst %,x86emu/%,$(X86EMU_SRC)) $(BIOSEMU_SRC)
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_VM86),y)
|
||||
|
|
Loading…
Add table
Reference in a new issue