WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / selftests / firmware / Makefile
blob40211cd8f0e6c8fd58f8eb2ff2643274a895c93f
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Makefile for firmware loading selftests
3 CFLAGS = -Wall \
4 -O2
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
10 include ../lib.mk