1
0
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:
Oleg Semyonov 2013-03-21 16:24:08 +02:00
parent 5f24378a4f
commit bd033badb9
5 changed files with 2 additions and 2 deletions

View File

@ -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) \
$$*