diff --git a/ChangeLog b/ChangeLog index c7526e7a871..6479e44343a 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 6d78d505d4d..142b84ca126 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