diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-03-30 22:49:06 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-03-30 22:49:06 +0300 |
commit | 6eefbd0e736c3334e9b1b8141feb0430a5f247c1 (patch) | |
tree | 8866b0cc2b555016e23fabaa869ddc54036a1c0e /Kconfig | |
parent | Move MemoryAllocator to libk (diff) | |
download | kernel.cpp-master.tar.xz |
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ menu "Build" + config ARCH + string "Target architecture" + default "i686" config EXTRA_CXX_FLAGS string "Additional cxx flags" config OBJ_DIR |