Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / probes / Makefile
blob8b0ea5ace100078ceddc6c9342efcf6b79cafdd0
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
3 obj-$(CONFIG_KPROBES) += decode.o kprobes/
4 ifdef CONFIG_THUMB2_KERNEL
5 obj-$(CONFIG_KPROBES) += decode-thumb.o
6 else
7 obj-$(CONFIG_KPROBES) += decode-arm.o
8 endif