aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-21 18:11:26 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-21 18:11:26 +0200
commitb1322ac720b4a04175dae0e60e627e81e19f1cb9 (patch)
tree57be1038c2a5e9a5fdc9d16064408b52c0ef8d33 /Kconfig
parentCall global constructors (diff)
downloadkernel.cpp-b1322ac720b4a04175dae0e60e627e81e19f1cb9.tar.xz
Kconfig
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000..9b05045
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,9 @@
+menu "Build"
+ config EXTRA_CXX_FLAGS
+ string "Additional cxx flags"
+ config OBJ_DIR
+ string "Build location"
+ default "build"
+endmenu
+
+source 'drivers/Kconfig'