Skip to content

Commit ba7d997

Browse files
committed
Merge tag 'linux-kselftest-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest fix from Shuah Khan: "One single fix to Makefile to fix the incorrect TARGET name for uevent test" * tag 'linux-kselftest-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests: Fix wrong TARGET in kselftest top level Makefile
2 parents cbf3a2c + 6f874fa commit ba7d997

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)