summaryrefslogtreecommitdiff
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
parent0c27dc7ef5e662be11387e215ff746a3b488fa27 (diff)
downloadnuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.tar.gz
nuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.tar.bz2
nuttx-c0c32a327b719bf872bf2d2b60cea24c0b9713ff.zip
Use kconfig-qconf or kconfig-gconfig if they are available
-rw-r--r--nuttx/ChangeLog3
-rw-r--r--nuttx/Makefile.unix6
2 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c7526e7a8..6479e4434 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6235,4 +6235,7 @@
(2013-12-15).
* arch/arm/src/armv7-a/cp15.h: Review A9 TRM and updated CP15
register definitions accordinglyg (2013-12-16).
+ * Makefile.unix: Now has supports qconfig and gconfig targets.
+ These tools will use the Qt and GTK versions of the kconfig-
+ frontends configuration tools (if you built them) (2013-12-16)
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