diff --git a/Makefile b/Makefile index 2a0b16e50..8ff9e741f 100644 --- a/Makefile +++ b/Makefile @@ -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