summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTyler Baker2015-04-22 00:52:13 +0200
committerShuah Khan2015-05-26 23:58:06 +0200
commit84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57 (patch)
tree33a1e444237335192095b9bd097e71953cc931d9 /tools
parentselftests/ftrace: install test.d (diff)
downloadkernel-qcow2-linux-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.tar.gz
kernel-qcow2-linux-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.tar.xz
kernel-qcow2-linux-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')
-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: