]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/probes/Makefile
Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and 'asoc...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / probes / Makefile
CommitLineData
fca08f32
WN
1obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
2obj-$(CONFIG_KPROBES) += decode.o kprobes/
3ifdef CONFIG_THUMB2_KERNEL
4obj-$(CONFIG_KPROBES) += decode-thumb.o
5else
6obj-$(CONFIG_KPROBES) += decode-arm.o
7endif