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:
Stefan Reinauer 2007-04-24 08:11:04 +00:00
parent 6c83d8c8c5
commit 22ec1ef64e

View file

@ -128,6 +128,7 @@ ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_X86EMU),y)
ifneq ($(strip $(CC)),)
LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
endif
endif
STAGE2_OBJ += $(obj)/util/x86emu/libx86emu.a $(LIBGCC_FILE_NAME)
endif