summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2022-12-01 15:54:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-02 09:59:13 +0100
commitc548b7b8bd9c0a52b7b3f4dd03efd7ac21b02350 (patch)
treedb9f7ea3b1408de0dcbb4ba6c26b4b3b7136b67d /MAKEALL
parent84c9f28a2806a1072b8a57bc38e35605db6eb916 (diff)
downloadbarebox-c548b7b8bd9c0a52b7b3f4dd03efd7ac21b02350.tar.gz
barebox-c548b7b8bd9c0a52b7b3f4dd03efd7ac21b02350.tar.xz
firmware: Makefile: fix firmware file dependency tracking
Commit 663894d99c64 ("firmware: refactor firmware/Makefile") aligned the barebox code with the kernel code. This commit replaced the usage of $(fw-external-y) by $(obj-pbl-y) and added the '.gen.o' suffix directly but didn't adapted the patsubst logic for tracking the binary firmware files. As result a firmware binary file update is not recognized by make and and won't make into the final binary. This commit fixes this and so an update will be recognized automatically without require a 'make clean' before. Fixes: 663894d99c64 ("firmware: refactor firmware/Makefile") Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20221201145418.2709053-1-m.felsch@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'MAKEALL')
0 files changed, 0 insertions, 0 deletions