File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ $(BUILD):
8282$(MKDIR ) -p $@
8383
8484$(BUILD ) /M55_HP/firmware.bin :
85- make -f alif.mk MCU_CORE=M55_HP MICROPY_PY_OPENAMP_MODE=0
85+ make -f alif.mk BUILD= $( BUILD ) /M55_HP MCU_CORE=M55_HP MICROPY_PY_OPENAMP_MODE=0
8686
8787$(BUILD ) /M55_HE/firmware.bin :
88- make -f alif.mk MCU_CORE=M55_HE MICROPY_PY_OPENAMP_MODE=1
88+ make -f alif.mk BUILD= $( BUILD ) /M55_HE MCU_CORE=M55_HE MICROPY_PY_OPENAMP_MODE=1
8989
9090$(BUILD ) /$(ALIF_TOC_CONFIG ) : mcu/$(ALIF_TOC_CONFIG ) .in | $(BUILD )
9191$(ECHO ) " Preprocess toc config $@ "
Original file line number Diff line number Diff line change 33
44BOARD ?= ALIF_ENSEMBLE
55BOARD_DIR ?= boards/$(BOARD )
6- BUILD ?= build-$(BOARD ) /$(MCU_CORE )
76
87ifeq ($(wildcard $(BOARD_DIR ) /.) ,)
98$(error Invalid BOARD specified : $(BOARD_DIR ) )
You can’t perform that action at this time.
0 commit comments