mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-21 10:05:00 +08:00
823b0221a5
Calling it user mode helper only creates confusion. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 lines
218 B
Makefile
12 lines
218 B
Makefile
# Makefile for firmware loading selftests
|
|
|
|
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
|
all:
|
|
|
|
TEST_PROGS := fw_filesystem.sh fw_fallback.sh
|
|
|
|
include ../lib.mk
|
|
|
|
# Nothing to clean up.
|
|
clean:
|