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/project.build

5 lines
216 B
Plaintext
Raw Normal View History

2021-04-13 19:23:11 +08:00
PHONY := __build
__build:
2021-04-27 12:35:37 +08:00
cmake -DBOARD=$(BOARD) -DSUPPORT_SHELL=$(SUPPORT_SHELL) -DSUPPORT_FREERTOS=$(SUPPORT_FREERTOS) -DSUPPORT_LVGL=$(SUPPORT_LVGL) -DSUPPORT_FLOAT=$(SUPPORT_FLOAT) -DAPP=$(APP) ..
2021-04-13 19:23:11 +08:00
make -j