cmake configs: add systemcmds/tune_control

This is now required in the startup scripts
This commit is contained in:
Beat Küng 2018-01-30 16:55:33 +01:00
parent 10597fcf12
commit c8c918ce98
13 changed files with 14 additions and 1 deletions

View File

@ -58,6 +58,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

View File

@ -53,6 +53,7 @@ set(config_module_list
systemcmds/hardfault_log
systemcmds/reboot
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/top
systemcmds/config
systemcmds/nshterm

View File

@ -66,6 +66,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/usb_connected
systemcmds/ver

View File

@ -71,6 +71,7 @@ set(config_module_list
#systemcmds/sd_bench
systemcmds/top
#systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

View File

@ -72,6 +72,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

View File

@ -64,6 +64,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

View File

@ -64,6 +64,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

View File

@ -60,6 +60,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

View File

@ -44,6 +44,7 @@ set(config_module_list
systemcmds/dumpfile
systemcmds/ver
systemcmds/topic_listener
systemcmds/tune_control
#
# General system control

View File

@ -39,6 +39,7 @@ set(config_module_list
systemcmds/esc_calib
systemcmds/reboot
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/perf
#

View File

@ -44,6 +44,7 @@ set(config_module_list
systemcmds/mixer
systemcmds/ver
systemcmds/topic_listener
systemcmds/tune_control
modules/mavlink

View File

@ -36,6 +36,7 @@ set(config_module_list
systemcmds/mixer
systemcmds/ver
systemcmds/topic_listener
systemcmds/tune_control
modules/mavlink
@ -77,4 +78,4 @@ set(config_module_list
platforms/common
platforms/posix/px4_layer
platforms/posix/work_queue
)
)

View File

@ -44,6 +44,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#