From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Mon, 15 Jun 2020 10:57:40 +0200 From: Roland Hieber Message-ID: <20200615085740.b4esrkndguknndsd@pengutronix.de> References: <3547520.gePCWmBn0L@atenea> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3547520.gePCWmBn0L@atenea> Subject: Re: [ptxdist] Docu for "fixup" rules 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: Ariel Garcia Cc: ptxdist@pengutronix.de On Sat, Jun 13, 2020 at 01:01:39PM +0200, Ariel Garcia wrote: > Hello, > > using the hint from this discussion > https://www.mail-archive.com/ptxdist@pengutronix.de/msg16103.html > > i would like to add a "rules/post/kernel-fixup.make" > kind of rule file to "extend" the rule run when i execute > ptxdist clean kernel > > But i don't find any info regarding pre/post rule files in the official docu/ > reference manual. > > Any hint is really appreciated, thanks, Ariel The makefiles in rules/pre are evaluated before any other in rules/, and contain all macro and variable definitions that should be available for rule files. The files in rules/post are evaluated last, so you can e.g. override makefiles and menu entries from upstream PTXdist in your BSP without needing to forking the whole rule file. All files are evaluated in lexical order, but other than that, the file name is not important for functionality. I don't think there's any more magic to it :) - Roland -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de