aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2015-04-21 15:52:13 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-05-26 15:58:06 -0600
commit84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57 (patch)
tree33a1e444237335192095b9bd097e71953cc931d9 /tools/testing/selftests
parentselftests/ftrace: install test.d (diff)
downloadlinux-dev-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.tar.xz
linux-dev-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.zip
selftests/exec: do not install subdir as it is already created
Remove subdir from DEPS as it is already created at runtime. Without this, make install fails. Acked-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Tyler Baker <tyler.baker@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/exec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing/selftests/exec/Makefile
index 4edb7d0da29b..6b76bfdc847e 100644
--- a/tools/testing/selftests/exec/Makefile
+++ b/tools/testing/selftests/exec/Makefile
@@ -1,6 +1,6 @@
CFLAGS = -Wall
BINARIES = execveat
-DEPS = execveat.symlink execveat.denatured script subdir
+DEPS = execveat.symlink execveat.denatured script
all: $(BINARIES) $(DEPS)
subdir: