summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ptrace/Makefile
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2020-02-28 03:14:43 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2020-04-01 06:30:48 +0300
commit60ef9dbd9d2ada53f488f75ae7fef13bb4962636 (patch)
treed79961d033508b5aa8c1411f7fe4f7f16e989049 /arch/powerpc/kernel/ptrace/Makefile
parent1b20773b00b71e361a6072d4b0ea6299e10678c9 (diff)
downloadlinux-60ef9dbd9d2ada53f488f75ae7fef13bb4962636.tar.xz
powerpc/ptrace: split out SPE related functions.
Move CONFIG_SPE functions out of ptrace.c, into ptrace-spe.c Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/0f17a331760310b5562fae3791cdd3cf9c64237b.1582848567.git.christophe.leroy@c-s.fr
Diffstat (limited to 'arch/powerpc/kernel/ptrace/Makefile')
-rw-r--r--arch/powerpc/kernel/ptrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/ptrace/Makefile b/arch/powerpc/kernel/ptrace/Makefile
index 522e6fd0b5b8..f87eadf6e072 100644
--- a/arch/powerpc/kernel/ptrace/Makefile
+++ b/arch/powerpc/kernel/ptrace/Makefile
@@ -12,3 +12,4 @@ ifneq ($(CONFIG_VSX),y)
obj-y += ptrace-novsx.o
endif
obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
+obj-$(CONFIG_SPE) += ptrace-spe.o