From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200922092901.30715-5-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Wed, 14 Oct 2020 12:30:47 +0200 Subject: Re: [ptxdist] [APPLIED] rules: move magic symbol into rules/ptxdist-version.in 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: Roland Hieber Thanks, applied as 017223f96d1c10098ab3a0f9be5a7afc9184ce75. Michael [sent from post-receive hook] On Wed, 14 Oct 2020 12:30:47 +0200, Roland Hieber wrote: > Inspired by platforms/platform.in, this makes it possible to re-use the > magic symbol in a slimmed-down kconfig menu. > > Signed-off-by: Roland Hieber > Message-Id: <20200922092901.30715-5-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/Kconfig b/rules/Kconfig > index 1e40b5b08298..de3156c256ed 100644 > --- a/rules/Kconfig > +++ b/rules/Kconfig > @@ -5,11 +5,6 @@ > > source "generated/ptxdist_version.in" > > -config _ptxconfig_MAGIC__ > - bool > - option modules > - default y > - > comment "--------- Host Options -------------" > > menu "PTXdist Options " > diff --git a/rules/ptxdist-version.in b/rules/ptxdist-version.in > index af4907e8f26a..8ab8bcaaac73 100644 > --- a/rules/ptxdist-version.in > +++ b/rules/ptxdist-version.in > @@ -3,3 +3,8 @@ > config CONFIGFILE_VERSION > string > default "$(PTXDIST_VERSION_FULL)" > + > +config _ptxconfig_MAGIC__ > + bool > + option modules > + default y _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de