diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-28 18:31:39 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-28 18:31:39 +0100 |
| commit | 12dedc7e2e51390fdf2caec3700e75db19be1cd4 (patch) | |
| tree | 3dffc472cdc680417adf400026d626407d05dd04 /CMakeLists.txt | |
| parent | 9535226376ea812007fbe8a2aaf6cf3ccb77c263 (diff) | |
| download | teachos-12dedc7e2e51390fdf2caec3700e75db19be1cd4.tar.xz teachos-12dedc7e2e51390fdf2caec3700e75db19be1cd4.zip | |
kstd: don't rely on newlib
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3251847..ed4b16c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,6 @@ add_subdirectory("kapi") add_subdirectory("libs") add_executable("kernel" - "src/abort.cpp" "src/kstd.cpp" "src/main.cpp" ) |
