summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@linux-qpx1.site>2013-11-16 12:59:59 -0600
committerGregory Nutt <gnutt@linux-qpx1.site>2013-11-16 12:59:59 -0600
commitc0c32a327b719bf872bf2d2b60cea24c0b9713ff (patch)
tree388bad16c5e43efcd854bc920124ca5398a2bb41 /nuttx/Makefile.unix
parent0c27dc7ef5e662be11387e215ff746a3b488fa27 (diff)
downloadnuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.tar.gz
nuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.tar.bz2
nuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.zip
Use kconfig-qconf or kconfig-gconfig if they are available
Diffstat (limited to 'nuttx/Makefile.unix')
-rw-r--r--nuttx/Makefile.unix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix
index 6d78d505d..142b84ca1 100644
--- a/nuttx/Makefile.unix
+++ b/nuttx/Makefile.unix
@@ -696,6 +696,12 @@ oldconfig:
menuconfig:
$(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-mconf Kconfig
+qconfig:
+ $(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-qconf Kconfig
+
+gconfig:
+ $(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-gconf Kconfig
+
# export
#
# The export target will package the NuttX libraries and header files into