summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-28 22:47:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-29 09:54:24 +0100
commit5b006ca1670901a4b74a863535e68ec5324b2366 (patch)
treee12d14978d752ef7be136f97ae7db673b79e2ee5
parent1a7499ee6ab6c195eeca31f5c968f9e1e17e9b06 (diff)
downloadptxdist-5b006ca1670901a4b74a863535e68ec5324b2366.tar.gz
ptxdist-5b006ca1670901a4b74a863535e68ec5324b2366.tar.xz
template-kernel: use ptx/nl
Otherwise, errors might be ignored. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/templates/template-kernel-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make
index 66c67b70b..692fa1404 100644
--- a/rules/templates/template-kernel-make
+++ b/rules/templates/template-kernel-make
@@ -77,7 +77,7 @@ $(STATEDIR)/kernel-@package@.install:
@$(call targetinfo)
@$(call world/install, KERNEL_@PACKAGE@)
@$(foreach image, $(KERNEL_@PACKAGE@_IMAGES), \
- install -m 644 $(image) $(IMAGEDIR)/$(notdir $(image))-@package@;)
+ install -m 644 $(image) $(IMAGEDIR)/$(notdir $(image))-@package@$(ptx/nl)
@$(call touch)
# ----------------------------------------------------------------------------