I.MX6 新版u-boot分析
/******************************************************************* * I.MX6 新版u-boot分析 * 说明: * 因为一些原因,需要去分析最新版的u-boot,但是跟老版的u-boot * 在架构上已经有很大区别,已经和Linux kernel很接近了。 * * 2016-8-22 深圳 南山平山村 曾剑锋 ******************************************************************/ 参考文档: 1. u-boot 2014-10 Makefile 配置过程分析 http://blog.csdn.net/oxp7085915/article/details/43669029 2. 2014-10 u-boot make xxx_defconfig 过程分析 http://www.cnblogs.com/humaoxiao/p/4188015.html 3. What do @, - and + do as prefixes to recipe lines in Make? http://stackoverflow.com/questions/3477292/what-do-and-do-as-prefixes-to-recipe-lines-in-make 4. Makefile中的+/- 符号 http://blog.csdn.net/lcw_202/article/details/6656976