dashboard
repositories
filestore
activity
search
login
main
/
imx6ull
凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update uboot patch to fix fastboot mode failed bug
guowenxue
2021-12-27
27b24eaaf0dafbeec0a317c7c75ba9efe50fe58b
[imx6ull.git]
/
yocto
/
meta-igkboard
/
recipes-hello
/
hello
/
src
/
Makefile
1
2
3
4
5
6
7
8
9
APP_NAME=hello
${APP_NAME}:
${CC} -o $@ $@.c
.PHONY: clean
clean:
rm -rf ${APP_NAME}