xref: /kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci# Taken from perf makefile
362306a36Sopenharmony_ciuname_M := $(shell uname -m 2>/dev/null || echo not)
462306a36Sopenharmony_ciARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciTEST_GEN_PROGS := step_after_suspend_test
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciifeq ($(ARCH),x86)
962306a36Sopenharmony_ciTEST_GEN_PROGS += breakpoint_test
1062306a36Sopenharmony_ciendif
1162306a36Sopenharmony_ciifneq (,$(filter $(ARCH),aarch64 arm64))
1262306a36Sopenharmony_ciTEST_GEN_PROGS += breakpoint_test_arm64
1362306a36Sopenharmony_ciendif
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciinclude ../lib.mk
1662306a36Sopenharmony_ci
17

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