makefile

来自「上传linux-jx2410的源代码」· 代码 · 共 28 行

TXT
28
字号
# BK Id: SCCS/s.Makefile 1.8 08/16/01 17:25:47 paulus### Makefile for the linux ppc-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...USE_STANDARD_AS_RULE	:= trueifdef CONFIG_PPC64BRIDGEEXTRA_AFLAGS		:= -Wa,-mppc64bridgeendifO_TARGET			:= mm.oobj-y				:= fault.o init.o mem_pieces.o extable.o \					mmu_context.o pgtable.oobj-$(CONFIG_PPC_STD_MMU)	+= hashtable.o ppc_mmu.o tlb.oobj-$(CONFIG_PPC_ISERIES)	+= iSeries_hashtable.o iSeries_mmu.o tlb.oobj-$(CONFIG_4xx)		+= cachemap.o 4xx_mmu.oobj-$(CONFIG_8xx)		+= cachemap.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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