aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
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'