xref: /kernel/linux/linux-6.6/arch/arm/probes/kprobes/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/arm/probes/kprobes/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciKASAN_SANITIZE_actions-common.o := n
362306a36Sopenharmony_ciKASAN_SANITIZE_actions-arm.o := n
462306a36Sopenharmony_ciKASAN_SANITIZE_actions-thumb.o := n
562306a36Sopenharmony_ciobj-$(CONFIG_KPROBES)		+= core.o actions-common.o checkers-common.o
662306a36Sopenharmony_ciobj-$(CONFIG_ARM_KPROBES_TEST)	+= test-kprobes.o
762306a36Sopenharmony_citest-kprobes-objs		:= test-core.o
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciifdef CONFIG_THUMB2_KERNEL
1062306a36Sopenharmony_ciobj-$(CONFIG_KPROBES)		+= actions-thumb.o checkers-thumb.o
1162306a36Sopenharmony_citest-kprobes-objs		+= test-thumb.o
1262306a36Sopenharmony_cielse
1362306a36Sopenharmony_ciobj-$(CONFIG_KPROBES)		+= actions-arm.o checkers-arm.o
1462306a36Sopenharmony_ciobj-$(CONFIG_OPTPROBES)		+= opt-arm.o
1562306a36Sopenharmony_citest-kprobes-objs		+= test-arm.o
1662306a36Sopenharmony_ciendif
17

Indexes created Thu Nov 07 10:32:03 CST 2024