summaryrefslogtreecommitdiff
path: root/bin/free/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 /bin/free/Kbuild
parentec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff)
libc: implement err/warn functions
Diffstat (limited to 'bin/free/Kbuild')
-rw-r--r--bin/free/Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/free/Kbuild b/bin/free/Kbuild
new file mode 100644
index 00000000..08613953
--- /dev/null
+++ b/bin/free/Kbuild
@@ -0,0 +1,4 @@
+bin-y := free
+obj-y += free.o
+libs-y += $(srctree)/lib/libc/libc.a
+