mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
c39b79082a
We should use TEST_GEN_PROGS, not TEST_PROGS. That tells the selftests makefile (lib.mk) that those tests are generated (built), and so it adds the $(OUTPUT) prefix for us, making the out-of-tree build work correctly. It also means we don't need our own clean rule, lib.mk does it. We also have to update the ptrace-pkey and core-pkey rules to use $(OUTPUT). Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
||
---|---|---|
.. | ||
.gitignore | ||
child.h | ||
core-pkey.c | ||
Makefile | ||
perf-hwbreak.c | ||
ptrace-gpr.c | ||
ptrace-gpr.h | ||
ptrace-hwbreak.c | ||
ptrace-pkey.c | ||
ptrace-syscall.c | ||
ptrace-tar.c | ||
ptrace-tar.h | ||
ptrace-tm-gpr.c | ||
ptrace-tm-spd-gpr.c | ||
ptrace-tm-spd-tar.c | ||
ptrace-tm-spd-vsx.c | ||
ptrace-tm-spr.c | ||
ptrace-tm-tar.c | ||
ptrace-tm-vsx.c | ||
ptrace-vsx.c | ||
ptrace-vsx.h | ||
ptrace.h |