dashboard
repositories
filestore
activity
search
login
main
/
build-imxboard
IGKBoard BSP build system
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Patch:IGKBoard-IMX8MP: Add HDMI support
guowenxue
2024-07-18
b8d02950d8c50611c2784c7a40e0b3003acf8d49
[build-imxboard.git]
/
drivers
/
test-apps
/
libgpiod
/
makefile
commit
|
author
|
age
1e563e
1
G
2
all: update_cross
3
@./build.sh
4
5
clean:
6
@./build.sh -c
7
8
update_cross:
9
ifdef CROSS_COMPILE
10
sed -i 's|^CROSS_COMPILE=.*|CROSS_COMPILE=${CROSS_COMPILE}|g' build.sh
11
endif