1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2fca08f32SWang Nanobj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/ 3fca08f32SWang Nanobj-$(CONFIG_KPROBES) += decode.o kprobes/ 4fca08f32SWang Nanifdef CONFIG_THUMB2_KERNEL 5fca08f32SWang Nanobj-$(CONFIG_KPROBES) += decode-thumb.o 6fca08f32SWang Nanelse 7fca08f32SWang Nanobj-$(CONFIG_KPROBES) += decode-arm.o 8fca08f32SWang Nanendif 9