Re: [PATCH 2/3] ARM: i.MX: introduce imx_image_rule variable for code deduplication

2019-12-09 Thread Ahmad Fatoum
On 12/9/19 2:31 PM, Sascha Hauer wrote: > On Wed, Dec 04, 2019 at 05:01:59PM +0100, Ahmad Fatoum wrote: >> The next patch will add the .imxcfg file as a rule prerequisite, so the >> target is rebuilt if it changes. Instead of duplicating it in all rules, >> factor out the common parts into a

Re: [PATCH 2/3] ARM: i.MX: introduce imx_image_rule variable for code deduplication

2019-12-09 Thread Sascha Hauer
On Wed, Dec 04, 2019 at 05:01:59PM +0100, Ahmad Fatoum wrote: > The next patch will add the .imxcfg file as a rule prerequisite, so the > target is rebuilt if it changes. Instead of duplicating it in all rules, > factor out the common parts into a imx_image_rule variable. > > No functional

[PATCH 2/3] ARM: i.MX: introduce imx_image_rule variable for code deduplication

2019-12-04 Thread Ahmad Fatoum
The next patch will add the .imxcfg file as a rule prerequisite, so the target is rebuilt if it changes. Instead of duplicating it in all rules, factor out the common parts into a imx_image_rule variable. No functional change. Signed-off-by: Ahmad Fatoum --- images/Makefile.imx | 32