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