License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.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