summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-10-18 20:40:01 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-10-18 20:40:01 +0200
commit18e3d5b8ecac164931861e21a5cecf97e97eee5f (patch)
treef972c0e983231e6b7e7a5587c3f8becd36dec8f2
parent86d487dd63681e8329174b5d1537c268982e49c0 (diff)
arm64: retpoline: Fix mistake in arm64/lib Makefile.
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--arch/arm64/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/Makefile b/arch/arm64/lib/Makefile
index fd531a8487e1..68c3b9bbc8a2 100644
--- a/arch/arm64/lib/Makefile
+++ b/arch/arm64/lib/Makefile
@@ -5,7 +5,7 @@ lib-y := bitops.o clear_user.o delay.o copy_from_user.o \
memcmp.o strcmp.o strncmp.o strlen.o \
strnlen.o strchr.o strrchr.o tishift.o
-lib-$(CONFIG_RETPOLINE) := retpoline.o
+lib-$(CONFIG_RETPOLINE) += retpoline.o
# Tell the compiler to treat all general purpose registers (with the
# exception of the IP registers, which are already handled by the caller