repo.or.cz
/
kvm-coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
made the make install target not to fail, but for some unknown reason it still doesn...
[kvm-coreboot.git]
/
scripts
/
Makefile.generic
blob
e66b2c2566c18fe5688ee4215216336de22e5b64
1
# Generic payload target
2
# Used by: OFW, etherboot, memtest
3
4
$(PAYLOAD_ELF): $(PAYLOAD-y)
5
$(PAYLOAD_COMPRESSED): $(PAYLOAD_ELF)
6
@ echo "Compressing the ELF payload with lzma..."
7
@ $(STAGING_DIR)/bin/lzma e $< $@ 2> /dev/null