dashboard
repositories
filestore
activity
search
login
main
/
build-imxboard
IGKBoard BSP build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Patch:IGKBoard-IMX8MP: Add OV5640 camera support
guowenxue
2024-07-20
c6d260b5008cd38e7dbda0c6f61489d6dfb286c5
[build-imxboard.git]
/
yocto
/
meta-igkboard
/
recipes-hello
/
hello-app
/
files
/
Makefile
1
2
3
4
5
6
7
8
9
10
APP_NAME=hello-app
# Must add LDFLAGS, or Yocto will complain about missing GNU_HASH
${APP_NAME}:
${CC} -o $@ $@.c ${LDFLAGS}
.PHONY: clean
clean:
rm -rf ${APP_NAME}