mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
small compile fix that slipped through. No idea how that got lost.
Trivial Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@288 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
6c83d8c8c5
commit
22ec1ef64e
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_X86EMU),y)
|
||||||
ifneq ($(strip $(CC)),)
|
ifneq ($(strip $(CC)),)
|
||||||
LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
|
LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
STAGE2_OBJ += $(obj)/util/x86emu/libx86emu.a $(LIBGCC_FILE_NAME)
|
STAGE2_OBJ += $(obj)/util/x86emu/libx86emu.a $(LIBGCC_FILE_NAME)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue