From ad5e08662565dc8bf1e0ff6bc9be1fcdbc3a2576 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Nov 2013 12:59:59 -0600 Subject: [PATCH] Use kconfig-qconf or kconfig-gconfig if they are available --- ChangeLog | 3 +++ Makefile.unix | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7526e7a87..6479e44343 100644 --- a/ChangeLog +++ b/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/Makefile.unix b/Makefile.unix index 6d78d505d4..142b84ca12 100644 --- a/Makefile.unix +++ b/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