diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:44:07 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:44:07 +0100 |
| commit | 01cf24ec66c663e3f40be1d5c703aa9666effc85 (patch) | |
| tree | 9e5bed524b013ee2609d7e5f1282eaa96eec404c /lib/libc/sys/Kbuild | |
| parent | 6f6c027a90fba09f06ea0937b57cfd349661620e (diff) | |
Add inotify and reorganize eventfd and io_uring syscalls
Diffstat (limited to 'lib/libc/sys/Kbuild')
| -rw-r--r-- | lib/libc/sys/Kbuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/libc/sys/Kbuild b/lib/libc/sys/Kbuild index caaf922a..a2928e14 100644 --- a/lib/libc/sys/Kbuild +++ b/lib/libc/sys/Kbuild @@ -1,14 +1,12 @@ -obj-y += eventfd.o -obj-y += eventfd_read.o -obj-y += eventfd_write.o +obj-y += eventfd/ +obj-y += inotify/ +obj-y += io_uring/ + +obj-y += flock.o obj-y += getauxval.o -obj-y += io_uring_enter.o -obj-y += io_uring_register.o -obj-y += io_uring_setup.o obj-y += ioctl.o obj-y += mount.o obj-y += reboot.o obj-y += sysinfo.o obj-y += umount.o obj-y += umount2.o -obj-y += flock.o |
