1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Merge branch 'revo-next' of ssh://git.openpilot.org/revo into revo-next

This commit is contained in:
James Cotton 2012-05-28 22:14:18 -05:00
commit 58e9c3b3fb

View File

@ -634,6 +634,12 @@ endef
ALL_BOARDS := coptercontrol pipxtreme revolution simposix
# SimPosix only builds on Linux so drop it from the list for
# all other platforms.
ifneq ($(UNAME), Linux)
ALL_BOARDS := $(filter-out simposix, $(ALL_BOARDS))
endif
# Friendly names of each board (used to find source tree)
coptercontrol_friendly := CopterControl
pipxtreme_friendly := PipXtreme