Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / arm / probes / kprobes / Makefile
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
4
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