summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 1997461..bc113d4 100755
--- a/build
+++ b/build
@@ -8,9 +8,9 @@ nop:
build:
mkdir -p src/toolchain/dl/
(cd src/toolchain/dl/ && ln -sf ../../../../toolchain/* ./)
- oh-autobuild -T toolchain
+ (cd src/ && make toolchain)
chmod a+x src/target_firmware/firmware-crc.sh
- oh-autobuild -B src/target_firmware
+ (cd src/target_firmware/ && make)
touch $@
install: build