PX4: added auth command to the build

This commit is contained in:
Andrew Tridgell 2013-09-27 15:44:21 +10:00
parent c3f7146f03
commit 06e29536f1
2 changed files with 7 additions and 0 deletions

View File

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

View File

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