xref: /openbmc/linux/tools/testing/selftests/breakpoints/Makefile (revision eb50fd3a)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Taken from perf makefile
2uname_M := $(shell uname -m 2>/dev/null || echo not)
3ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
4
5TEST_GEN_PROGS := step_after_suspend_test
6
7ifeq ($(ARCH),x86)
8TEST_GEN_PROGS += breakpoint_test
9endif
10ifneq (,$(filter $(ARCH),aarch64 arm64))
11TEST_GEN_PROGS += breakpoint_test_arm64
12endif
13
14include ../lib.mk
15
16

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025