PX4: added auth command to the build
This commit is contained in:
parent
c3f7146f03
commit
06e29536f1
@ -51,6 +51,7 @@ MODULES += systemcmds/reboot
|
||||
MODULES += systemcmds/top
|
||||
MODULES += systemcmds/tests
|
||||
MODULES += systemcmds/nshterm
|
||||
MODULES += systemcmds/auth
|
||||
|
||||
#
|
||||
# Libraries
|
||||
@ -59,6 +60,8 @@ MODULES += modules/systemlib
|
||||
MODULES += modules/systemlib/mixer
|
||||
MODULES += modules/uORB
|
||||
MODULES += lib/mathlib/math/filter
|
||||
MODULES += modules/libtomfastmath
|
||||
MODULES += modules/libtomcrypt
|
||||
|
||||
#
|
||||
# Transitional support - add commands from the NuttX export archive.
|
||||
|
@ -53,6 +53,7 @@ MODULES += systemcmds/top
|
||||
MODULES += systemcmds/tests
|
||||
MODULES += systemcmds/nshterm
|
||||
#MODULES += systemcmds/eeprom
|
||||
MODULES += systemcmds/auth
|
||||
|
||||
#
|
||||
# Library modules
|
||||
@ -61,6 +62,9 @@ MODULES += modules/systemlib
|
||||
MODULES += modules/systemlib/mixer
|
||||
MODULES += modules/uORB
|
||||
MODULES += lib/mathlib/math/filter
|
||||
MODULES += modules/libtomfastmath
|
||||
MODULES += modules/libtomcrypt
|
||||
|
||||
|
||||
#
|
||||
# Transitional support - add commands from the NuttX export archive.
|
||||
|
Loading…
Reference in New Issue
Block a user