
23 Nov
2022
23 Nov
'22
3:11 a.m.
Hi Pali,
On Thu, 10 Nov 2022 at 01:01, Pali Rohár pali@kernel.org wrote:
On Wednesday 09 November 2022 19:14:40 Simon Glass wrote:
This currently uses if_changed on a phony target. Use a real file as the target and add FORCE at the end, as required. Drop the 'inputs' phony since it is not needed.
Hello! Just one small note. It is quite surprising that .buildman_stamp target is called also when CONFIG_BINMAN is disabled. Not sure if this is expected but seems it should not cause any issue.
I don't think it does. Bit by bit, binman will become the final step for many boards. There is just so much complexity in building firmware images these days.
Regards, Simon
Applied to u-boot-dm, thanks!