diff options
author | Luis R. Rodriguez <mcgrof@kernel.org> | 2017-01-23 08:11:08 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-25 11:52:34 +0100 |
commit | 823b0221a522bb22dcd278a06fca308a95545471 (patch) | |
tree | 1ee12cd4f66a4a24d02593721ecb5e2142329c03 /tools/testing/selftests/firmware/Makefile | |
parent | afb999cdef69148f366839e74470d8f5375ba5f1 (diff) | |
download | linux-823b0221a522bb22dcd278a06fca308a95545471.tar.bz2 |
tools: firmware: rename fallback mechanism script
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>
Diffstat (limited to 'tools/testing/selftests/firmware/Makefile')
-rw-r--r-- | tools/testing/selftests/firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/firmware/Makefile b/tools/testing/selftests/firmware/Makefile index 9bf82234855b..1894d625af2d 100644 --- a/tools/testing/selftests/firmware/Makefile +++ b/tools/testing/selftests/firmware/Makefile @@ -3,7 +3,7 @@ # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" all: -TEST_PROGS := fw_filesystem.sh fw_userhelper.sh +TEST_PROGS := fw_filesystem.sh fw_fallback.sh include ../lib.mk |