📄 makefile
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -