From cac9000c166af5cd0efc65b933203dc21e0eb0bc Mon Sep 17 00:00:00 2001 From: Sambas Date: Wed, 30 May 2012 16:41:12 +0300 Subject: [PATCH] filter-out osd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6519adac9..2dce1d76b 100644 --- a/Makefile +++ b/Makefile @@ -655,7 +655,7 @@ EF_BOARDS := $(ALL_BOARDS) # FIXME: The BU image doesn't work for F4 boards so we need to # filter them out to prevent errors. -BU_BOARDS := $(filter-out revolution, $(BU_BOARDS)) +BU_BOARDS := $(filter-out revolution osd, $(BU_BOARDS)) # SimPosix doesn't have a BL, BU or EF target so we need to # filter them out to prevent errors on the all_flight target.