From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1idHwG-00027Y-3U for ptxdist@pengutronix.de; Fri, 06 Dec 2019 19:02:48 +0100 Received: by mail-wm1-x343.google.com with SMTP id p17so8237261wma.1 for ; Fri, 06 Dec 2019 10:02:48 -0800 (PST) From: Bruno Thomsen Date: Fri, 6 Dec 2019 19:02:44 +0100 Message-Id: <20191206180244.5637-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] u-boot: bugfix: trigger recompile on Kconfig changes List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen , bth@kamstrup.com When using the modern Kconfig as config system, changes to the config file did not trigger a rebuild of the image. Steps to reproduce: $ ptxdist targetinstall u-boot $ ptxdist menuconfig u-boot $ ptxdist targetinstall u-boot Signed-off-by: Bruno Thomsen --- rules/u-boot.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/u-boot.make b/rules/u-boot.make index 04d801fc6..4a4bd3f85 100644 --- a/rules/u-boot.make +++ b/rules/u-boot.make @@ -30,6 +30,7 @@ U_BOOT_BUILD_OOT := KEEP ifdef PTXCONF_U_BOOT_CONFIGSYSTEM_KCONFIG U_BOOT_CONFIG := $(call ptx/in-platformconfigdir, \ $(call remove_quotes, $(PTXCONF_U_BOOT_CONFIGFILE_KCONFIG))) +$(STATEDIR)/u-boot.compile: $(U_BOOT_CONFIG) endif # ---------------------------------------------------------------------------- -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de