LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-21 6212d67c3f0cd22167b0f154c637dca406d1c5c5
1
2
3
4
5
6
7
8
9
10
11
 
all: update_cross
    @./build.sh
 
clean:
    @./build.sh -c
 
update_cross:
ifdef CROSS_COMPILE
    sed -i 's|^CROSS_COMPILE=.*|CROSS_COMPILE=${CROSS_COMPILE}|g' build.sh
endif