1 Star 1 Fork 1

Sniper / allwinner-boot-a10

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sniper 提交于 2021-12-22 15:37 . Init source files.
all:
# make -f make_sdmmc -C boot1/core -j8
# make -C boot1/apps/Boot_Android -j8
# make -C boot1/apps/Boot_Burn -j8
# make -C boot1/apps/Card_Android -j8
#make eGon2_libc.lib
make -C boot1/misc
# make -C boot1/driver/drv_de -j8
# make -C boot1/driver/drv_de_hdmi -j8
make -C boot1/driver/drv_nand -j4
make -f make_nand -C boot1/core -j8
# 删除生成的中间文件
clean:
make clean -C boot1/misc
make clean -C boot1/driver/drv_nand -j4
make clean -f make_nand -C boot1/core -j8
1
https://gitee.com/e190/allwinner-boot-a10.git
git@gitee.com:e190/allwinner-boot-a10.git
e190
allwinner-boot-a10
allwinner-boot-a10
master

搜索帮助