The closing brace for the foreach macro was removed when the line was
converted from ';' to '$(ptx/nl)'.

Fixes: 5b006ca1670901a4b74a ("template-kernel: use ptx/nl")
Signed-off-by: Roland Hieber <[email protected]>
---
 rules/templates/template-kernel-make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/templates/template-kernel-make 
b/rules/templates/template-kernel-make
index e5b09daa047b..4891b17af758 100644
--- a/rules/templates/template-kernel-make
+++ b/rules/templates/template-kernel-make
@@ -80,7 +80,8 @@ $(STATEDIR)/kernel-@[email protected]:
        @$(call targetinfo)
        @$(call world/install, KERNEL_@PACKAGE@)
        @$(foreach image, $(KERNEL_@PACKAGE@_IMAGES), \
-               install -m 644 $(image) $(IMAGEDIR)/$(notdir 
$(image))-@package@$(ptx/nl)
+               install -m 644 $(image) $(IMAGEDIR)/$(notdir 
$(image))-@package@$(ptx/nl) \
+       )
        @$(call touch)
 
 # ----------------------------------------------------------------------------
-- 
2.27.0


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to