summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2015-09-09 13:02:51 +0200
committerNico Huber <nico.h@gmx.de>2015-09-10 09:18:12 +0000
commit602a82af7cb9ad0c41d4470f82a725a9caec46d4 (patch)
tree2939589e17a3650f5f37d3742b750485353338f4 /payloads
parent135ca51314a437cbb50bafb8ed24b48b2d7c5127 (diff)
downloadcoreboot-staging-602a82af7cb9ad0c41d4470f82a725a9caec46d4.zip
coreboot-staging-602a82af7cb9ad0c41d4470f82a725a9caec46d4.tar.gz
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@secunet.com> Reviewed-on: http://review.coreboot.org/11603 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud