summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-12-13 21:31:54 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-12-13 21:31:54 +0100
commit7f2e4f346d446acfd60ac2fc61dcae370f91e159 (patch)
treec59c74286719a57aea3b5e2b04699d51966e104c
parent32c669a38d7f7d50836ee5ca8ba9d5d574e19eee (diff)
add "make nconfig" target for systems without X11
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc22e33..6df9d58 100644
--- a/Makefile
+++ b/Makefile
@@ -306,6 +306,9 @@ Kconfig: script/mkconfig
config: Kconfig
${QUIET}kconfig-qconf Kconfig
+nconfig: Kconfig
+ ${QUIET}kconfig-nconf Kconfig
+
randconfig: Kconfig
${QUIET}script/randconfig