makefile

来自「该文件是rt_linux」· 代码 · 共 34 行

TXT
34
字号
# $Id: Makefile,v 1.38 2000/12/15 00:41:22 davem Exp $# Makefile for the linux Sparc-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....S.o:	$(CC) $(AFLAGS) -ansi -c -o $*.o $<O_TARGET	:= mm.oobj-y		:= fault.o init.o loadmmu.o generic.o extable.o btfixup.oifeq ($(CONFIG_SUN4),y)obj-y		+= nosrmmu.oelseobj-y		+= srmmu.o iommu.o io-unit.o hypersparc.o viking.o \			tsunami.o swift.oendififdef CONFIG_HIGHMEMobj-y		+= highmem.oendififdef CONFIG_SMPobj-y		+= nosun4c.oelseobj-y		+= sun4c.oendifinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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