xref: /kernel/linux/linux-6.6/tools/testing/selftests/kexec/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/kexec/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci# Makefile for kexec tests
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciARCH ?= $(shell uname -m 2>/dev/null || echo not)
562306a36Sopenharmony_ciARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciifeq ($(ARCH_PROCESSED),$(filter $(ARCH_PROCESSED),x86 ppc64le))
862306a36Sopenharmony_ciTEST_PROGS := test_kexec_load.sh test_kexec_file_load.sh
962306a36Sopenharmony_ciTEST_FILES := kexec_common_lib.sh
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciinclude ../lib.mk
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciendif
14

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