diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 17:02:05 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 17:02:05 +0100 |
| commit | 90dad97fc07f049383903a166631e2c257f9b8c1 (patch) | |
| tree | 096cd247ecfda9e46598215a4f32aecedeedda90 /lib/libc/Kbuild | |
| parent | 0e832a9329cc4d4647e1ce529846073f21e66991 (diff) | |
Add support for TLS in the libc
Diffstat (limited to 'lib/libc/Kbuild')
| -rw-r--r-- | lib/libc/Kbuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/Kbuild b/lib/libc/Kbuild index 76e05807..8a52fdb3 100644 --- a/lib/libc/Kbuild +++ b/lib/libc/Kbuild @@ -1,10 +1,9 @@ lib-y := libc.a install-y := lib/libc.a -cflags-y += -I $(src)/include +cflags-y += -I $(src)/internal/include obj-y += aio/ -obj-y += arch/ obj-y += arpa/ obj-y += assert/ obj-y += ctype/ @@ -49,4 +48,3 @@ obj-y += utsname/ obj-y += wait/ obj-y += wchar/ obj-y += wctype/ - |
