summaryrefslogtreecommitdiff
path: root/lib/libc/Kbuild
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-15 18:24:54 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-15 18:24:54 +0100
commit69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 (patch)
tree489046ce167b8b20d205f87f4ae1f4b680c19b43 /lib/libc/Kbuild
parent0d5bffe9d2caadc1215c875e560c52bca5161c54 (diff)
Add getauxval and cleanup libc startup
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 28ef1c99..e1eafe87 100644
--- a/lib/libc/Kbuild
+++ b/lib/libc/Kbuild
@@ -15,6 +15,7 @@ obj-y += errno/
obj-y += fcntl/
obj-y += fenv/
obj-y += grp/
+obj-y += internal/
obj-y += inttypes/
obj-y += libgen/
obj-y += mman/
@@ -47,3 +48,4 @@ obj-y += utsname/
obj-y += wait/
obj-y += wchar/
obj-y += wctype/
+