diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-18 15:11:33 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-20 04:26:47 +0200 |
commit | d8a2fe29d3c97038c8efcc328d5e7940c5310565 (patch) | |
tree | ea76e6a6cce8363c1203666333d30dbea9100dc5 /tools/testing/selftests/powerpc/ptrace/Makefile | |
parent | powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selected (diff) | |
download | linux-d8a2fe29d3c97038c8efcc328d5e7940c5310565.tar.xz linux-d8a2fe29d3c97038c8efcc328d5e7940c5310565.zip |
selftests/powerpc: Fix out-of-tree build errors
Some of our Makefiles don't do the right thing when building the
selftests with O=, fix them up.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/ptrace/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/ptrace/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/ptrace/Makefile b/tools/testing/selftests/powerpc/ptrace/Makefile index 9b35ca8e8f13..6ac71b629276 100644 --- a/tools/testing/selftests/powerpc/ptrace/Makefile +++ b/tools/testing/selftests/powerpc/ptrace/Makefile @@ -7,8 +7,6 @@ TEST_PROGS := ptrace-gpr ptrace-tm-gpr ptrace-tm-spd-gpr \ top_srcdir = ../../../../.. include ../../lib.mk -all: $(TEST_PROGS) - CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie ptrace-pkey core-pkey: child.h |