repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
firmware
/
Makefile
blob
40211cd8f0e6c8fd58f8eb2ff2643274a895c93f
1
# SPDX-License-Identifier: GPL-2.0-only
2
# Makefile for firmware loading selftests
3
CFLAGS
= -
Wall \
4
-
O2
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
9
10
include
..
/
lib.mk