]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/probes/Makefile
UBUNTU: Ubuntu-4.15.0-96.97
[mirror_ubuntu-bionic-kernel.git] / arch / arm / probes / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
fca08f32
WN
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