summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/firmware/Makefile
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2017-01-23 08:11:08 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-25 11:52:34 +0100
commit823b0221a522bb22dcd278a06fca308a95545471 (patch)
tree1ee12cd4f66a4a24d02593721ecb5e2142329c03 /tools/testing/selftests/firmware/Makefile
parentafb999cdef69148f366839e74470d8f5375ba5f1 (diff)
downloadop-kernel-dev-823b0221a522bb22dcd278a06fca308a95545471.zip
op-kernel-dev-823b0221a522bb22dcd278a06fca308a95545471.tar.gz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/firmware/Makefile b/tools/testing/selftests/firmware/Makefile
index 9bf8223..1894d62 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
OpenPOWER on IntegriCloud