mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
revo bu: BU image doesn't currentyl work on F4 so disable it for revo
This commit is contained in:
parent
1e33ba62d8
commit
35ed945aff
7
Makefile
7
Makefile
@ -644,10 +644,9 @@ BL_BOARDS := $(ALL_BOARDS)
|
|||||||
BU_BOARDS := $(ALL_BOARDS)
|
BU_BOARDS := $(ALL_BOARDS)
|
||||||
EF_BOARDS := $(ALL_BOARDS)
|
EF_BOARDS := $(ALL_BOARDS)
|
||||||
|
|
||||||
# FIXME: The INS build doesn't have a bootloader or bootloader
|
# FIXME: The BU image doesn't work for F4 boards so we need to
|
||||||
# updater yet so we need to filter them out to prevent errors.
|
# filter them out to prevent errors.
|
||||||
BL_BOARDS := $(filter-out ins, $(BL_BOARDS))
|
BU_BOARDS := $(filter-out revolution, $(BU_BOARDS))
|
||||||
BU_BOARDS := $(filter-out ins, $(BU_BOARDS))
|
|
||||||
|
|
||||||
# Generate the targets for whatever boards are left in each list
|
# Generate the targets for whatever boards are left in each list
|
||||||
FW_TARGETS := $(addprefix fw_, $(FW_BOARDS))
|
FW_TARGETS := $(addprefix fw_, $(FW_BOARDS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user