Commit ba7d997a authored by Linus Torvalds's avatar Linus Torvalds

Merge tag 'linux-kselftest-fixes-6.6-rc5' of...

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
parents cbf3a2cb 6f874fa0
...@@ -92,7 +92,7 @@ endif ...@@ -92,7 +92,7 @@ endif
TARGETS += tmpfs TARGETS += tmpfs
TARGETS += tpm2 TARGETS += tpm2
TARGETS += tty TARGETS += tty
TARGETS += uevents TARGETS += uevent
TARGETS += user TARGETS += user
TARGETS += user_events TARGETS += user_events
TARGETS += vDSO TARGETS += vDSO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment