[coreboot-gerrit] Patch set updated for coreboot: libpayload: Have make install save .xcompile file

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jul 9 07:41:51 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10864

-gerrit

commit 87a9f0d5cb856e22c5720fcbb607d04b70668782
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Jul 8 17:09:49 2015 -0700

    libpayload: Have make install save .xcompile file
    
    Useful information, record it in the destination directory,
    together with .config.
    
    Change-Id: Icf3282f61f502b37f9f06d7d5a0a630f49c96ed2
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 payloads/libpayload/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/payloads/libpayload/Makefile.inc b/payloads/libpayload/Makefile.inc
index b84e322..873673c 100644
--- a/payloads/libpayload/Makefile.inc
+++ b/payloads/libpayload/Makefile.inc
@@ -118,6 +118,7 @@ install: real-target
 	install -m 755 bin/lpas $(DESTDIR)/libpayload/bin
 	install -m 644 bin/lp.functions $(DESTDIR)/libpayload/bin
 	install -m 644 $(DOTCONFIG) $(DESTDIR)/libpayload/libpayload.config
+	install -m 755 .xcompile $(DESTDIR)/libpayload/libpayload.xcompile
 
 clean-for-update-target:
 	rm -f $(addsuffix .a,$(addprefix $(obj)/,$(libraries))) $(obj)/libpayload.a



More information about the coreboot-gerrit mailing list