made the make install target not to fail, but for some unknown reason it still doesn...
[kvm-coreboot.git] / scripts / Makefile.generic
blobe66b2c2566c18fe5688ee4215216336de22e5b64
1 # Generic payload target
2 # Used by: OFW, etherboot, memtest
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