dashboard
repositories
filestore
activity
search
login
main
/
framwork
LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of ssh://weike-iot.com:2280/framwork
guowenxue
2024-09-25
e8d34d11799fc79c7c53bdcd40f9b4ee7be7a2c5
[framwork.git]
/
hal
/
modules
/
libgpiod
/
makefile
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