summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/Makefile
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2020-09-18 11:45:57 +0100
committerWill Deacon <will@kernel.org>2020-09-29 16:08:16 +0100
commit9e78b659b4539ee20fd0c415cf8c231cea59e9c0 (patch)
tree01b394d75a7d6d82d92574b3fd9f85fd01a26ade /arch/arm64/kernel/Makefile
parent9b0955baa4208abd72840c13c5f56a0f133c7cb3 (diff)
arm64: Move SSBD prctl() handler alongside other spectre mitigation code
As part of the spectre consolidation effort to shift all of the ghosts into their own proton pack, move all of the horrible SSBD prctl() code out of its own 'ssbd.c' file. Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/kernel/Makefile')
-rw-r--r--arch/arm64/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile
index 15b0fcbb6883..bd12b9a2ab4a 100644
--- a/arch/arm64/kernel/Makefile
+++ b/arch/arm64/kernel/Makefile
@@ -19,7 +19,7 @@ obj-y := debug-monitors.o entry.o irq.o fpsimd.o \
return_address.o cpuinfo.o cpu_errata.o \
cpufeature.o alternative.o cacheinfo.o \
smp.o smp_spin_table.o topology.o smccc-call.o \
- ssbd.o syscall.o proton-pack.o
+ syscall.o proton-pack.o
targets += efi-entry.o