summaryrefslogtreecommitdiffstats
path: root/rules/dtc.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-12 11:00:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-12 11:00:19 +0100
commit293e3cc30c5d7215369ee4296c75d888fb2c8b5c (patch)
tree30baa56bbccfd5f33004c2416ff26f7f681b7111 /rules/dtc.make
parentbfce327be5fdb0fb4afb75b9eb6b7b06d6961dbc (diff)
downloadptxdist-293e3cc30c5d7215369ee4296c75d888fb2c8b5c.tar.gz
ptxdist-293e3cc30c5d7215369ee4296c75d888fb2c8b5c.tar.xz
dtc: use ptx/nl
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dtc.make')
-rw-r--r--rules/dtc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/dtc.make b/rules/dtc.make
index ba915dd5d..d5eb48576 100644
--- a/rules/dtc.make
+++ b/rules/dtc.make
@@ -62,7 +62,7 @@ ifdef PTXCONF_DTC_INSTALL_OFTREE
@$(call install_copy, dtc, 0, 0, 0755, /boot);
@$(foreach dtb, $(DTC_DTB), \
$(call install_copy, dtc, 0, 0, 0644, \
- "$(dtb)", "/boot/$(notdir $(dtb))");)
+ "$(dtb)", "/boot/$(notdir $(dtb))")$(ptx/nl))
@$(call install_finish, dtc)
endif