Skip to content

Commit 6f874fa

Browse files
juntongdengshuahkh
authored andcommitted
selftests: Fix wrong TARGET in kselftest top level Makefile
The 'uevents' subdirectory does not exist in tools/testing/selftests/ and adding 'uevents' to the TARGETS list results in the following error: make[1]: Entering directory 'xx/tools/testing/selftests/uevents' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory 'xx/tools/testing/selftests/uevents' What actually exists in tools/testing/selftests/ is the 'uevent' subdirectory. Signed-off-by: Juntong Deng <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 8ed99af commit 6f874fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ endif
9292
TARGETS += tmpfs
9393
TARGETS += tpm2
9494
TARGETS += tty
95-
TARGETS += uevents
95+
TARGETS += uevent
9696
TARGETS += user
9797
TARGETS += user_events
9898
TARGETS += vDSO

0 commit comments

Comments
 (0)