mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fix building LinuxBIOS with new lar. lar fails now if the target file
already exists. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@475 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
55c50f085b
commit
e825daf11e
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ else
|
|||
fi
|
||||
endif
|
||||
$(Q)printf " LAR $(subst $(shell pwd)/,,$(@))\n"
|
||||
$(Q)rm -f $(obj)/linuxbios.rom
|
||||
$(Q)cd $(obj)/lar.tmp && ../util/lar/lar $(COMPRESSFLAG) -c \
|
||||
../linuxbios.rom \
|
||||
$(LARFILES) \
|
||||
|
|
Loading…
Add table
Reference in a new issue