summaryrefslogtreecommitdiffstats
path: root/build
blob: c7fe758346332fdc84425464ff58f64b43a55640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include ../source.mk

nop:
	@:

build:
	mkdir -p src/toolchain/dl/
	(cd src/toolchain/dl/ && ln -sf ../../../../toolchain/* ./)
	oh-autobuild -T toolchain
	chmod a+x src/target_firmware/firmware-crc.sh
	oh-autobuild -B src/target_firmware