This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/bl808_triplecore/Makefile

11 lines
155 B
Makefile

build_dirs += helloworld_m0
build_dirs += helloworld_d0
build_dirs += helloworld_lp
all: $(build_dirs)
$(build_dirs):
make -C $@
.PHONY: $(build_dirs)