From 22ec1ef64e91a1d8a75b54c79105427a9f9751f1 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 24 Apr 2007 08:11:04 +0000 Subject: [PATCH] small compile fix that slipped through. No idea how that got lost. Trivial Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@288 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 5c8e95fd38..84df45f2fe 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -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