📄 makefile
字号:
## 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-2002 Silicon Graphics, Inc. All Rights Reserved.## Makefile for the sn kernel routines.EXTRA_CFLAGS := -DLITTLE_ENDIANifdef CONFIG_IA64_SGI_SN2EXTRA_CFLAGS += -DSHUB_SWAP_WARendifO_TARGET := sgiio.o export-objs := hcl.o pci_dma.oobj-y := stubs.o sgi_if.o xswitch.o klgraph_hack.o \ hcl.o labelcl.o invent.o sgi_io_sim.o \ klgraph_hack.o hcl_util.o cdl.o hubdev.o hubspc.o \ alenlist.o pci.o pci_dma.o ate_utils.o \ ifconfig_net.o io.o ifconfig_bus.oobj-$(CONFIG_IA64_SGI_SN1) += sn1/snio.oobj-$(CONFIG_IA64_SGI_SN2) += sn2/snio.oobj-$(CONFIG_PCIBA) += pciba.osubdir-$(CONFIG_IA64_SGI_SN1) += sn1subdir-$(CONFIG_IA64_SGI_SN2) += sn2include $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -