1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_UPROBES) += decode.o de 3 obj-$(CONFIG_KPROBES) += decode.o kp 4 ifdef CONFIG_THUMB2_KERNEL 5 obj-$(CONFIG_KPROBES) += decode-thum 6 else 7 obj-$(CONFIG_KPROBES) += decode-arm. 8 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.