arch/arm/boot/compressed/vmlinux生成过程

[Author: Bo Shen <voice.shen@gmail.com>]

[Linux kernel: 3.13-rc6, ]


前面文章讲解了zImage的生成过程(http://blog.csdn.net/voice_shen/article/details/17713441),其要依赖于<arch/arm/boot/compressed/vmlinux>。下面详细讲解<arch/arm/boot/compressed/vmlinux>生成过程。

 51 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
 52         $(Q)$(MAKE) $(build)=$(obj)/compressed $@
由51行可知,<arch/arm/compressed/vmlinux>的生成需要依赖于Image。后面给出分析。

其52行的$(Q)表示什么意思呢?查看Linux根目录下面的Makefile可知:

 300 # If KBUILD_VERBOSE equals 0 then the above command will be hidden.
 301 # If KBUILD_VERBOSE equals 1 then the above command is displayed.
 302 
 303 ifeq ($(KBUILD_VERBOSE),1)
 304   quiet =
 305   Q =
 306 else
 307   qui
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值