Use kconfig-qconf or kconfig-gconfig if they are available

This commit is contained in:
Gregory Nutt 2013-11-16 12:59:59 -06:00
parent 1771b69b62
commit ad5e086625
2 changed files with 9 additions and 0 deletions

View File

@ -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)

View File

@ -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