summaryrefslogtreecommitdiff
path: root/Kconfig
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 /Kconfig
parentec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff)
libc: implement err/warn functions
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 3e47aaf7..3713029d 100644
--- a/Kconfig
+++ b/Kconfig
@@ -11,3 +11,5 @@ menu "General Setup"
help
Enable this option to include debugging symbols and additional debug information in the build.
endmenu
+
+source "bin/Kconfig"