Skip to content

Commit 2ea8b59

Browse files
committed
selftests: module: fix help target typo
This typo prevent helper to show up when make help is invoked and CONFIG_SELFTESTS_SECTION_MODULE is enabled. Signed-off-by: Daniel Gomez <[email protected]>
1 parent 884379d commit 2ea8b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/selftests/tests/Makefile.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ selftests-module:
44
$(Q)$(MAKE) selftests-baseline HOSTS=$(KDEVOPS_HOSTS_PREFIX)-module
55
endif
66

7-
selftests-help-menu-target-modules:
7+
selftests-help-menu-target-module:
88
@echo "selftests-module - Runs selftests for module"

0 commit comments

Comments
 (0)