PX4: added otp to the build

This commit is contained in:
Andrew Tridgell 2016-07-21 18:03:42 +10:00
parent b6addea10b
commit fd286498af
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ set(config_module_list
systemcmds/reflect
systemcmds/motor_test
systemcmds/usb_connected
systemcmds/otp
#
# Library modules

View File

@ -49,6 +49,7 @@ MODULES += systemcmds/top
MODULES += systemcmds/nshterm
MODULES += systemcmds/mtd
MODULES += systemcmds/ver
MODULES += systemcmds/otp
ifneq ($(wildcard $(PX4_ROOT)/src/systemcmds/reflect),)
MODULES += systemcmds/reflect