Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into...
[deliverable/linux.git] / arch / arm / probes / Makefile
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
This page took 0.046405 seconds and 5 git commands to generate.