From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 24 Mar 2025 08:48:03 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1twcXT-003Uzt-1u for lore@lore.pengutronix.de; Mon, 24 Mar 2025 08:48:03 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1twcXS-0006UN-LJ; Mon, 24 Mar 2025 08:48:02 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1twcVU-0004ZB-Sa; Mon, 24 Mar 2025 08:46:00 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1twcVU-001N9N-0V; Mon, 24 Mar 2025 08:46:00 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1twcVU-00ACwb-1h; Mon, 24 Mar 2025 08:46:00 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 24 Mar 2025 08:46:00 +0100 Message-Id: <20250324074600.2433007-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] at91bootstrap2: Add note on kconfig-targets helper X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c5950e330aac4b072cb44c935d07cf88aa539129. Michael [sent from post-receive hook] On Mon, 24 Mar 2025 08:46:00 +0100, Alexander Dahl wrote: > The Makefile of recent at91bootstrap does not allow all Kconfig > features known by kernel and other projects. > > Signed-off-by: Alexander Dahl > Message-Id: > Signed-off-by: Michael Olbrich > > diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make > index 04041a05b0df..47eabce29183 100644 > --- a/rules/at91bootstrap2.make > +++ b/rules/at91bootstrap2.make > @@ -86,6 +86,7 @@ $(STATEDIR)/at91bootstrap2.clean: > # oldconfig / menuconfig > # ---------------------------------------------------------------------------- > > +# does not support the full set of kconfig targets, can not use ptx/kconfig-targets here > at91bootstrap2_oldconfig at91bootstrap2_menuconfig: $(STATEDIR)/at91bootstrap2.extract > @$(call world/kconfig, AT91BOOTSTRAP2, $(subst at91bootstrap2_,,$@)) >