projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc54b5
)
selftests/exec: do not install subdir as it is already created
author
Tyler Baker
<tyler.baker@linaro.org>
Tue, 21 Apr 2015 22:52:13 +0000
(15:52 -0700)
committer
Shuah Khan
<shuahkh@osg.samsung.com>
Tue, 26 May 2015 21:58:06 +0000
(15:58 -0600)
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>
tools/testing/selftests/exec/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/exec/Makefile
b/tools/testing/selftests/exec/Makefile
index 4edb7d0da29b81aa1b0240ed600a42c42d63df9f..6b76bfdc847ea58879cc52ccfa2b77ebd296150d 100644
(file)
--- 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: