Use kconfig-qconf or kconfig-gconfig if they are available
This commit is contained in:
parent
1771b69b62
commit
ad5e086625
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user