18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# Makefile for kexec tests 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ciuname_M := $(shell uname -m 2>/dev/null || echo not) 58c2ecf20Sopenharmony_ciARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciifeq ($(ARCH),x86) 88c2ecf20Sopenharmony_ciTEST_PROGS := test_kexec_load.sh test_kexec_file_load.sh 98c2ecf20Sopenharmony_ciTEST_FILES := kexec_common_lib.sh 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciinclude ../lib.mk 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciendif 14