mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 06:05:15 +07: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:
|