From f8682ef7f3443987ea3f08deb21974a017f6a1f4 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 26 Feb 2007 19:10:51 +0000 Subject: [PATCH] fix compilation. This is trivial. I was meaning to check in more, but I lost 4h of work due to some ext3 problem. Bummer I believed those saying its more stable than reiserfs. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@134 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Makefile | 2 +- util/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 1d57384275..cb2f17994b 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -110,7 +110,7 @@ STAGE2_LIB_OBJ = $(obj)/clog2.o $(obj)/mem.o $(obj)/malloc.o \ $(obj)/stage2.o #$(obj)/tables.o STAGE2_DEVICE_OBJ = $(obj)/device.o $(obj)/device_util.o \ $(obj)/root_device.o -STAGE2_ARCH_X86_OBJ = $(obj)/archtables.o (obj)/linuxbios_table.o +STAGE2_ARCH_X86_OBJ = $(obj)/archtables.o $(obj)/linuxbios_table.o STAGE2_MAINBOARD_OBJ = $(obj)/mainboard.o STAGE2_DYNAMIC_OBJ = $(obj)/statictree.o diff --git a/util/Makefile b/util/Makefile index 0bab6e10ec..8bfbc7a0b5 100644 --- a/util/Makefile +++ b/util/Makefile @@ -26,6 +26,6 @@ include util/kconfig/Makefile # # Compressors -include util/nrv2b/Makefile -include util/lzma/Makefile +#include util/nrv2b/Makefile +#include util/lzma/Makefile