Linux内核Makefile文件
通过内核配置操作生成.config文件,顶层Makefile文件读取该文件的配置。顶层Makefile文件负责生成两个首要的程序:vmlinux(内核image)和模块。顶层Makefile文件依据内核配置,通过递归编译内核代码树子目录建立这两个文件。顶层Makefile文件文本一个名为arch/$(ARCH)/Makefile的机器系统Makefile文件本资料共包括以下附件:(The. config file is generated through the kernel configuration operation, and the top-level Makefile reads the configuration of the file. The top-level Makefile file is responsible for generating two primary programs: vmlinux (kernel image) and modules. The top-level Makefile file is created by recursively compiling the subdirectory of the kernel code tree according to the kernel configuration. Top Makefile Text A machine system Makefile named arch/$(ARCH)/Makefile This document includes the following attachments:)
页:
[1]