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 <stepan@openbios.org> Acked-by: Stefan Reinauer <stepan@openbios.org> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@134 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
7514f6507c
commit
f8682ef7f3
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue