mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
make CONFIG_CHIP_NAME=BL602 CONFIG_LINK_ROM=1 -j
|
||
|
exit $?
|