mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
This fixes a build race (make -j2):
make: *** No rule to make target `LinuxBIOSv3/build/stage0-prefixed.o', needed by `LinuxBIOSv3/build/linuxbios.initram'. Stop. Signed-off-by: Robert Millan <rmh@aybabtu.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@552 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
e3b848139f
commit
99335d3c82
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ STAGE0_OBJ := $(patsubst %,$(obj)/lib/%,$(STAGE0_LIB_OBJ)) \
|
|||
$(patsubst %,$(obj)/arch/x86/%,$(STAGE0_CAR_OBJ)) \
|
||||
$(STAGE0_MAINBOARD_OBJ) $(STAGE0_CHIPSET_OBJ)
|
||||
|
||||
$(obj)/stage0.o $(obj)/stage0.init: $(STAGE0_OBJ)
|
||||
$(obj)/stage0.o $(obj)/stage0.init $(obj)/stage0-prefixed.o: $(STAGE0_OBJ)
|
||||
$(Q)# We need to be careful. If stage0.o gets bigger than
|
||||
$(Q)# 0x4000 - 0x100, we will end up with a 4 gig file.
|
||||
$(Q)# I wonder if that behavior is on purpose.
|
||||
|
|
Loading…
Add table
Reference in a new issue