[coreboot-gerrit] New patch to review for coreboot: libpayload: Add missing autoconf dependency

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Wed Sep 9 11:08:05 CET 2015


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11603

-gerrit

commit 731aa6bfc05bcd975b1a2948da8daac1bdbc5829
Author: Nico Huber <nico.huber at secunet.com>
Date:   Wed Sep 9 13:02:51 2015 +0200

    libpayload: Add missing autoconf dependency
    
    With new version of kconfig we have to trigger [silent]oldconfig each
    time .config changed. We missed that, because config.h had no dependen-
    cies.
    
    Change-Id: I9f0dd8adbc3aa434a18cb4815b1ccbd1f6e7847b
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 payloads/libpayload/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index ba883cc..1b42e29 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -196,7 +196,7 @@ endif
 # must come rather early
 .SECONDEXPANSION:
 
-$(obj)/config.h:
+$(KCONFIG_AUTOHEADER): $(KCONFIG_CONFIG)
 	$(MAKE) oldconfig
 
 # Add a new class of source/object files to the build system



More information about the coreboot-gerrit mailing list