aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000..67265fc
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,20 @@
+mainmenu "smolbote configuration"
+
+comment "Build system settings"
+menu "Install paths"
+ config INSTALL_BINDIR
+ string "User executables"
+ default "bin"
+
+ config INSTALL_LIBDIR
+ string "Object code libraries"
+ default "lib64"
+
+ config INSTALL_PLUGINDIR
+ string "Plugins"
+ default "lib64/plugins"
+
+endmenu
+
+comment "Application Settings"
+rsource src/Kconfig