blob: 8b0ea5ace100078ceddc6c9342efcf6b79cafdd0 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
3obj-$(CONFIG_KPROBES) += decode.o kprobes/
4ifdef CONFIG_THUMB2_KERNEL
5obj-$(CONFIG_KPROBES) += decode-thumb.o
6else
7obj-$(CONFIG_KPROBES) += decode-arm.o
8endif