Makefile 249 字节
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
K
Kees Cook 已提交
2
# Makefile for firmware loading selftests
3 4
CFLAGS = -Wall \
         -O2
K
Kees Cook 已提交
5

6
TEST_PROGS := fw_run_tests.sh
7
TEST_FILES := fw_fallback.sh fw_filesystem.sh fw_lib.sh
8
TEST_GEN_FILES := fw_namespace
K
Kees Cook 已提交
9

10
include ../lib.mk