mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-05 20:38:45 +00:00
[chore][makefile] fix build command
This commit is contained in:
parent
a12381870c
commit
c46a68feba
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -47,11 +47,11 @@ cmake_definition+= -DCONFIG_HW_SEC_ENG_DISABLE=$(SUPPORT_HW_SEC_ENG_DISABLE)
|
|||
cmake_definition+= -DCONFIG_BLECONTROLLER_LIB=$(SUPPORT_BLECONTROLLER_LIB)
|
||||
|
||||
build:Makefile
|
||||
cmake -S . -B build -G "Unix Makefiles" $(cmake_definition) ..
|
||||
cmake -S . -B build -G "Unix Makefiles" $(cmake_definition)
|
||||
cd build && make -j4
|
||||
|
||||
help:
|
||||
@echo "Welcome to MCU SDK camke build system,commands are as follows:"
|
||||
@echo "Welcome to MCU SDK cmake build system,commands are as follows:"
|
||||
@echo ""
|
||||
@echo "make clean - Remove all cmake caches and output files"
|
||||
@echo "make SUPPORT_FLOAT=y - Enable float print"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue