18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# Makefile for firmware loading selftests 38c2ecf20Sopenharmony_ciCFLAGS = -Wall \ 48c2ecf20Sopenharmony_ci -O2 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciTEST_PROGS := fw_run_tests.sh 78c2ecf20Sopenharmony_ciTEST_FILES := fw_fallback.sh fw_filesystem.sh fw_lib.sh 88c2ecf20Sopenharmony_ciTEST_GEN_FILES := fw_namespace 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciinclude ../lib.mk 11