diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-13 21:31:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-13 21:31:54 +0100 |
commit | 7f2e4f346d446acfd60ac2fc61dcae370f91e159 (patch) | |
tree | c59c74286719a57aea3b5e2b04699d51966e104c | |
parent | 32c669a38d7f7d50836ee5ca8ba9d5d574e19eee (diff) |
add "make nconfig" target for systems without X11
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -306,6 +306,9 @@ Kconfig: script/mkconfig config: Kconfig ${QUIET}kconfig-qconf Kconfig +nconfig: Kconfig + ${QUIET}kconfig-nconf Kconfig + randconfig: Kconfig ${QUIET}script/randconfig |