Petri Gynther | a37a38b | 2016-06-21 18:00:07 -0700 | [diff] [blame] | 1 | obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/ |
2 | obj-$(CONFIG_KPROBES) += decode.o kprobes/ | ||||
3 | ifdef CONFIG_THUMB2_KERNEL | ||||
4 | obj-$(CONFIG_KPROBES) += decode-thumb.o | ||||
5 | else | ||||
6 | obj-$(CONFIG_KPROBES) += decode-arm.o | ||||
7 | endif |