]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/probes/kprobes/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / probes / kprobes / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
6624cf65 2obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o
fca08f32
WN
3obj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o
4test-kprobes-objs := test-core.o
5
6ifdef CONFIG_THUMB2_KERNEL
6624cf65 7obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
fca08f32
WN
8test-kprobes-objs += test-thumb.o
9else
6624cf65 10obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
0dc016db 11obj-$(CONFIG_OPTPROBES) += opt-arm.o
fca08f32
WN
12test-kprobes-objs += test-arm.o
13endif