mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
BootloaderUpdater: move one level up, now next to EntireFlash and Bootloaders
This commit is contained in:
parent
5f24378a4f
commit
bd033badb9
4
Makefile
4
Makefile
@ -387,13 +387,13 @@ bu_$(1): bu_$(1)_opfw
|
||||
|
||||
bu_$(1)_%: bl_$(1)_bino
|
||||
$(V1) $(MKDIR) -p $(BUILD_DIR)/bu_$(1)/dep
|
||||
$(V1) cd $(ROOT_DIR)/flight/targets/Bootloaders/BootloaderUpdater && \
|
||||
$(V1) cd $(ROOT_DIR)/flight/targets/BootloaderUpdater && \
|
||||
$$(MAKE) -r --no-print-directory \
|
||||
BOARD_NAME=$(1) \
|
||||
BOARD_SHORT_NAME=$(3) \
|
||||
BUILD_TYPE=bu \
|
||||
HWDEFSINC=$(HWDEFS)/$(1) \
|
||||
TOPDIR=$(ROOT_DIR)/flight/targets/Bootloaders/BootloaderUpdater \
|
||||
TOPDIR=$(ROOT_DIR)/flight/targets/BootloaderUpdater \
|
||||
OUTDIR=$(BUILD_DIR)/bu_$(1) \
|
||||
TARGET=bu_$(1) \
|
||||
$$*
|
||||
|
Loading…
x
Reference in New Issue
Block a user