dashboard
repositories
filestore
activity
search
login
main
/
build-imxboard
IGKBoard BSP build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
BSP:IGKBoard-IMX6ULL: Add IGKBoard-IMX6ULL documents
guowenxue
2024-09-26
7c35a51bbd38a171ee63c79d3d70966181859021
[build-imxboard.git]
/
bsp
/
drivers
/
test-apps
/
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