Cross Reference: Makefile
xref: /linux-4.4.14/arch/arm/probes/kprobes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /linux-4.4.14/arch/arm/probes/kprobes/
1obj-$(CONFIG_KPROBES)		+= core.o actions-common.o checkers-common.o
2obj-$(CONFIG_ARM_KPROBES_TEST)	+= test-kprobes.o
3test-kprobes-objs		:= test-core.o
4
5ifdef CONFIG_THUMB2_KERNEL
6obj-$(CONFIG_KPROBES)		+= actions-thumb.o checkers-thumb.o
7test-kprobes-objs		+= test-thumb.o
8else
9obj-$(CONFIG_KPROBES)		+= actions-arm.o checkers-arm.o
10obj-$(CONFIG_OPTPROBES)		+= opt-arm.o
11test-kprobes-objs		+= test-arm.o
12endif
13

Indexes created Thu Jun 29 04:38:44 JST 2017