diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 14:42:29 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 14:42:29 +0100 |
| commit | 7cd3b7caee10d62f7be674afb86a136bf30485d6 (patch) | |
| tree | 121a8c79114174b765713387187d930b102f760f /lib/libc/mqueue/Kbuild | |
| parent | 3b3325f761b09ebbfef04c44eed546cc4fdeb329 (diff) | |
Add mqueue rt api, add header tests
Diffstat (limited to 'lib/libc/mqueue/Kbuild')
| -rw-r--r-- | lib/libc/mqueue/Kbuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/mqueue/Kbuild b/lib/libc/mqueue/Kbuild new file mode 100644 index 00000000..52c3dbbc --- /dev/null +++ b/lib/libc/mqueue/Kbuild @@ -0,0 +1,9 @@ +obj-y += mq_close.o +obj-y += mq_getattr.o +obj-y += mq_notify.o +obj-y += mq_open.o +obj-y += mq_receive.o +obj-y += mq_setattr.o +obj-y += mq_timedreceive.o +obj-y += mq_timedsend.o +obj-y += mq_unlink.o |
