blob: 8b0ea5ace100078ceddc6c9342efcf6b79cafdd0 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Wang Nanfca08f32015-01-09 10:19:49 +08002obj-$(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