PX4: fixed build for change in library layout

This commit is contained in:
Andrew Tridgell 2013-08-28 19:16:13 +10:00
parent c6e29c9519
commit 28fcb1666e
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ MODULES += systemcmds/nshterm
MODULES += modules/systemlib
MODULES += modules/systemlib/mixer
MODULES += modules/uORB
MODULES += modules/mathlib/math/filter
MODULES += lib/mathlib/math/filter
#
# Transitional support - add commands from the NuttX export archive.

View File

@ -60,7 +60,7 @@ MODULES += systemcmds/nshterm
MODULES += modules/systemlib
MODULES += modules/systemlib/mixer
MODULES += modules/uORB
MODULES += modules/mathlib/math/filter
MODULES += lib/mathlib/math/filter
#
# Transitional support - add commands from the NuttX export archive.