aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-20 15:14:24 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-20 15:14:24 +0200
commit88492823826b3720be4ba29d246848031418bfb5 (patch)
tree4f17cc7f4ef3f76f869a1d4fcb94722464aa9d0b /Kconfig
parentHostlist test: test non-empty domain (diff)
downloadsmolbote-88492823826b3720be4ba29d246848031418bfb5.tar.xz
Add Kconfiglib to parse Kconfig/.config
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