summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-24 03:08:26 (GMT)
committerGitHub <noreply@github.com>2017-04-24 03:08:26 (GMT)
commit88fdbac4252744931ebcf80ade547ade525b71f4 (patch)
tree6c77f523d5c34bbf7ae1df1839f2f4275e505850 /bootstrap
parent368a0169a27313cca60cf7d7358b6f3ef12122e4 (diff)
parentf98e04388c805a1b97b7a49e0d2da5c9acbcf887 (diff)
Merge pull request #697 from stilor/makefile-enhancements-orig
Makefile enhancements
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"