summaryrefslogtreecommitdiff
path: root/lib/libc/Kbuild
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-14 18:10:13 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-14 19:28:34 +0100
commit872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch)
tree94809812b71ee286eb5b74c70e4d08fc4c8dc057 /lib/libc/Kbuild
parentec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff)
libc: implement err/warn functions
Diffstat (limited to 'lib/libc/Kbuild')
-rw-r--r--lib/libc/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/Kbuild b/lib/libc/Kbuild
index 638e79cc..55ec6422 100644
--- a/lib/libc/Kbuild
+++ b/lib/libc/Kbuild
@@ -9,8 +9,10 @@ obj-y += ctype/
obj-y += devctl/
obj-y += dirent/
obj-y += endian/
+obj-y += err/
obj-y += errno/
obj-y += fcntl/
+obj-y += fenv/
obj-y += grp/
obj-y += inttypes/
obj-y += libgen/