⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 自己根据lkd和情境分析
💻
字号:
## Makefile for the Linux/MIPS-specific parts of the memory manager.## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T put your own dependencies here# unless it's something special (ie not a .c file).## Note 2! The CFLAGS definition is now in the main makefile...O_TARGET := mm.oexport-objs			+= ioremap.o umap.oobj-y				+= extable.o init.o ioremap.o fault.o loadmmu.oobj-$(CONFIG_CPU_R3000)		+= r2300.oobj-$(CONFIG_CPU_R4300)		+= r4xx0.oobj-$(CONFIG_CPU_R4X00)		+= r4xx0.oobj-$(CONFIG_CPU_VR41XX)	+= r4xx0.oobj-$(CONFIG_CPU_R5000)		+= r4xx0.oobj-$(CONFIG_CPU_NEVADA)	+= r4xx0.oobj-$(CONFIG_CPU_R5432)		+= r5432.oobj-$(CONFIG_CPU_RM7000)	+= rm7k.oobj-$(CONFIG_CPU_MIPS32)	+= mips32.oobj-$(CONFIG_CPU_MIPS64)	+= mips32.oobj-$(CONFIG_SGI_IP22)		+= umap.oobj-$(CONFIG_BAGET_MIPS)	+= umap.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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