diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 18:10:13 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 19:28:34 +0100 |
| commit | 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch) | |
| tree | 94809812b71ee286eb5b74c70e4d08fc4c8dc057 /bin/echo/Kbuild | |
| parent | ec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff) | |
libc: implement err/warn functions
Diffstat (limited to 'bin/echo/Kbuild')
| -rw-r--r-- | bin/echo/Kbuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/echo/Kbuild b/bin/echo/Kbuild index 919423fd..00d6ecdd 100644 --- a/bin/echo/Kbuild +++ b/bin/echo/Kbuild @@ -1,5 +1,3 @@ bin-y := echo - -libs-y += $(srctree)/lib/libc/libc.a - obj-y += echo.o +libs-y += $(srctree)/lib/libc/libc.a |
