makefile

来自「Linux内核源代码 为压缩文件 是<<Linux内核>&gt」· 代码 · 共 34 行

TXT
34
字号
# $Id: Makefile,v 1.4 2000/01/17 23:32:46 ralf Exp $## Makefile for the Linux/MIPS-specific parts of the memory manager.#O_TARGET := mm.oO_OBJS	 := extable.o init.o fault.o loadmmu.oifdef CONFIG_CPU_R4300O_OBJS	+= r4xx0.oendififdef CONFIG_CPU_R4X00O_OBJS	+= r4xx0.oendififdef CONFIG_CPU_R5000O_OBJS	+= r4xx0.oendififdef CONFIG_CPU_NEVADAO_OBJS	+= r4xx0.oendififdef CONFIG_CPU_R10000O_OBJS	+= andes.oendififdef CONFIG_SGI_IP22O_OBJS   += umap.oendififdef CONFIG_BAGET_MIPSO_OBJS   += umap.oendifinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?