summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 1260830..ab493dd 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,4 +4,7 @@ set -e
printf "Running autoconf...\n"
autoconf -Wall --force
+printf "Generating kconfig files...\n"
+./maintainer/gen-kconfig.sh
+
printf "Done. You may now run:\n ./configure\n"