xref: /kernel/linux/linux-6.6/tools/testing/selftests/prctl/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/prctl/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciifndef CROSS_COMPILE
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_ciifeq ($(ARCH),x86)
762306a36Sopenharmony_ciTEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
862306a36Sopenharmony_ci		disable-tsc-test set-anon-vma-name-test set-process-name
962306a36Sopenharmony_ciall: $(TEST_PROGS)
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciinclude ../lib.mk
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciendif
1462306a36Sopenharmony_ciendif
15

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