1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 26624cf65SWang Nanobj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o 3fca08f32SWang Nanobj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o 4fca08f32SWang Nantest-kprobes-objs := test-core.o 5fca08f32SWang Nan 6fca08f32SWang Nanifdef CONFIG_THUMB2_KERNEL 76624cf65SWang Nanobj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 8fca08f32SWang Nantest-kprobes-objs += test-thumb.o 9fca08f32SWang Nanelse 106624cf65SWang Nanobj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o 110dc016dbSWang Nanobj-$(CONFIG_OPTPROBES) += opt-arm.o 12fca08f32SWang Nantest-kprobes-objs += test-arm.o 13fca08f32SWang Nanendif 14