]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/vm: add missing Makefile rules
authorDaniel Thompson <daniel.thompson@linaro.org>
Wed, 22 Feb 2017 23:40:12 +0000 (15:40 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2017 00:41:26 +0000 (16:41 -0800)
commit0937577d5f5720046252196f811def2eae470593
treeddb9770ee4e20e0249e84dda8a83c8ec5fbdb43a
parenta5759b2bffa807a727cbf6790ecdc4df2ae8e4d4
tools/vm: add missing Makefile rules

Currently the tools/vm Makefile has a rather arbitrary implicit build
rule; page-types is the first value in TARGETS so lets just build that
one!  Additionally there is no install rule and this is needed for make -C
tools vm_install to work properly.

Provide a more sensible implicit build rule and a new install rule.

Note that the variables names used by the install rule (DESTDIR and
sbindir) are copied from prior-art in tools/power/cpupower.

Link: http://lkml.kernel.org/r/20170113165630.27541-1-daniel.thompson@linaro.org
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/vm/Makefile