# ubmake **Repository Path**: preston_zhu/ubmake ## Basic Information - **Project Name**: ubmake - **Description**: 学习 uboot Makefile - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-12 - **Last Updated**: 2021-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ubmake #### 介绍 uboot Makefile for learn. uboot Makefile 学习。 代码实例参考 ubsh 工程。 其中包含 1. u-boot 的编译流程,子模块的编译流程; 2. clean 功能; 3. FORCE 功能; 4. 依赖关系文件引入功能;