Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / tools / testing / selftests / firmware / Makefile
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