makefile

来自「linux-2.4.29操作系统的源码」· 代码 · 共 38 行

TXT
38
字号
## This file is subject to the terms and conditions of the GNU General Public# License.  See the file "COPYING" in the main directory of this archive# for more details.## Copyright (C) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.## Makefile for the sn kernel routines.EXTRA_CFLAGS    := -DLITTLE_ENDIANEXTRA_CFLAGS    += -DSHUB_SWAP_WARO_TARGET := sgiio.o export-objs := snia_if.oobj-y :=	sgi_if.o xswitch.o cdl.o io.o snia_if.oobj-y		+= sn2/snio.o machvec/snio.o \	           drivers/snio.o platform_init/snio.oifdef CONFIG_HWGFS_FSobj-$(CONFIG_HWGFS_FS)		+= hwgfs/snio.oelseobj-$(CONFIG_DEVFS_FS)		+= hwgdfs/snio.oendifsubdir-y			+= sn2 machvec drivers platform_initifdef CONFIG_HWGFS_FSsubdir-$(CONFIG_HWGFS_FS)	+= hwgfselsesubdir-$(CONFIG_DEVFS_FS)	+= hwgdfsendifinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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