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

📄 makefile

📁 linux-2.4.29操作系统的源码
💻
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -