makefile
来自「LINUX 2.6.17.4的源码」· 代码 · 共 12 行
TXT
12 行
## Makefile for the ia64-specific parts of the memory manager.#obj-y := init.o fault.o tlb.o extable.o ioremap.oobj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.oobj-$(CONFIG_NUMA) += numa.oobj-$(CONFIG_DISCONTIGMEM) += discontig.oobj-$(CONFIG_SPARSEMEM) += discontig.oobj-$(CONFIG_FLATMEM) += contig.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?