Makefile cleanup

This commit is contained in:
Lorenz Meier 2013-10-10 21:15:44 +02:00
parent 44deeb85c0
commit 42c412f6dd
2 changed files with 9 additions and 2 deletions

View File

@ -134,7 +134,10 @@ MODULES += lib/geo
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/example_fixedwing_control
MODULES += examples/fixedwing_control
#MODULES += examples/fixedwing_control
# Hardware test
#MODULES += examples/hwtest
#
# Transitional support - add commands from the NuttX export archive.

View File

@ -128,8 +128,12 @@ MODULES += lib/geo
# https://pixhawk.ethz.ch/px4/dev/debug_values
#MODULES += examples/px4_mavlink_debug
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/example_fixedwing_control
#MODULES += examples/fixedwing_control
# Hardware test
MODULES += examples/hwtest
#MODULES += examples/hwtest
#
# Transitional support - add commands from the NuttX export archive.