diff options
Diffstat (limited to 'arch/arm/probes/Makefile')
-rw-r--r-- | arch/arm/probes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/probes/Makefile b/arch/arm/probes/Makefile index 8b0ea5ace100..fffdf62a5d54 100644 --- a/arch/arm/probes/Makefile +++ b/arch/arm/probes/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/ +obj-$(CONFIG_UPROBES) += decode.o decode-arm.o decode-thumb.o uprobes/ obj-$(CONFIG_KPROBES) += decode.o kprobes/ ifdef CONFIG_THUMB2_KERNEL obj-$(CONFIG_KPROBES) += decode-thumb.o |