aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-05-13 10:00:14 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-05-28 12:08:11 +1000
commitf8e0d0fddf87f26aed576983f752329de4c0900f (patch)
treec24ac126cfbf3bb190cdf23e8dcc04beebca9471
parentocxl: Make ocxl_remove() static (diff)
downloadlinux-dev-f8e0d0fddf87f26aed576983f752329de4c0900f.tar.xz
linux-dev-f8e0d0fddf87f26aed576983f752329de4c0900f.zip
powerpc/lib: fix redundant inclusion of quad.o
quad.o is only for PPC64, and already included in obj64-y, so it doesn't have to be in obj-y Fixes: 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults") Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--arch/powerpc/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile
index c55f9c27bf79..17fce3738d48 100644
--- a/arch/powerpc/lib/Makefile
+++ b/arch/powerpc/lib/Makefile
@@ -49,7 +49,7 @@ obj64-$(CONFIG_KPROBES_SANITY_TEST) += test_emulate_step.o \
obj-y += checksum_$(BITS).o checksum_wrappers.o \
string_$(BITS).o
-obj-y += sstep.o ldstfp.o quad.o
+obj-y += sstep.o ldstfp.o
obj64-y += quad.o
obj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o