All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
14 lines
656 B
Makefile
14 lines
656 B
Makefile
|
|
MBBOOT80_SRC := $(call mb_make_call,mb_proj_module_path_src,$(PATH_SRC))
|
|
MBBOOT80_BIN := $(call mb_make_call,mb_proj_module_path_bin,$(PATH_SRC),$(PATH_BIN))
|
|
|
|
|
|
$(call mb_make_call,mb_tool_sdcc_flow_bdos_mono,$(MBBOOT80_BIN),$(MBBOOT80_SRC),mbboot80)
|
|
$(call mb_make_call,mb_assert_flow_bdos_grep,$(MBBOOT80_BIN),check-boot80,mbboot80,"mb::boot mode 80")
|
|
|
|
|
|
$(MBBOOT80_BIN)/@release-local: | $(MBBOOT80_BIN)/@build
|
|
$(call mb_make_call,mb_os_file_copy,$(MBBOOT80_BIN)/mbboot80.com,lib/emuctl/mbboot80.com)
|
|
$(call mb_make_call,mb_doc_target,$(MBBOOT80_BIN)/@release-local,"Updates binary copy in lib/emuctl folder.")
|
|
.PHONY: $(MBBOOT80_BIN)/@release-local
|
|
|