[PATCH v4 9/9] selftests/mount: Use implicit rules

2015-03-10 Thread Michael Ellerman
There's no need to open-code the build rules, use the implicit ones. This has the nice side effect of enabling cross compilation. Signed-off-by: Michael Ellerman --- tools/testing/selftests/mount/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH v4 9/9] selftests/mount: Use implicit rules

2015-03-10 Thread Michael Ellerman
There's no need to open-code the build rules, use the implicit ones. This has the nice side effect of enabling cross compilation. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- tools/testing/selftests/mount/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff