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 WM8960 audio codec support
guowenxue
2024-07-17
35deaefe2a198508903c5657a0fa7cb2ad60f56d
[build-imxboard.git]
/
yocto
/
meta-igkboard
/
recipes-hello
/
hello-app
/
files
/
Makefile
commit
|
author
|
age
17e726
1
G
2
APP_NAME=hello-app
3
4
# Must add LDFLAGS, or Yocto will complain about missing GNU_HASH
5
${APP_NAME}:
6
${CC} -o $@ $@.c ${LDFLAGS}
7
8
.PHONY: clean
9
clean:
10
rm -rf ${APP_NAME}