summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.make
diff options
context:
space:
mode:
authorHubert Feurstein <h.feurstein@gmail.com>2015-03-06 11:25:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-03-21 14:34:23 +0100
commitbe2630073064273d7a88df0867076b06101c6cd1 (patch)
tree6ecf805dde3bb5dab6efd629ca82194333d24d9a /rules/util-linux-ng.make
parentbc0c62ada006f25cc14e685aa7aa3d799233a51d (diff)
downloadptxdist-be2630073064273d7a88df0867076b06101c6cd1.tar.gz
ptxdist-be2630073064273d7a88df0867076b06101c6cd1.tar.xz
util-linux-ng: add dmesg option
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/util-linux-ng.make')
-rw-r--r--rules/util-linux-ng.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index acd3b78e9..bcef93e29 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -171,6 +171,9 @@ endif
ifdef PTXCONF_UTIL_LINUX_NG_LINE
@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/bin/line)
endif
+ifdef PTXCONF_UTIL_LINUX_NG_DMESG
+ @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /bin/dmesg)
+endif
ifdef PTXCONF_UTIL_LINUX_NG_MOUNTPOINT
@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /bin/mountpoint)
endif