Linux 4.1.18
[linux/fpc-iii.git] / arch / arm / probes / kprobes / Makefile
blob76a36bf102b7fc442337cf4da60f7e21f59f98da
1 obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o
2 obj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o
3 test-kprobes-objs := test-core.o
5 ifdef CONFIG_THUMB2_KERNEL
6 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
7 test-kprobes-objs += test-thumb.o
8 else
9 obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
10 obj-$(CONFIG_OPTPROBES) += opt-arm.o
11 test-kprobes-objs += test-arm.o
12 endif