makefile

来自「一个2.4.21版本的嵌入式linux内核」· 代码 · 共 26 行

TXT
26
字号
## 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) 2002 Silicon Graphics, Inc.  All Rights Reserved.## Makefile for the sn1 io routines.EXTRA_CFLAGS    := -DLITTLE_ENDIANO_TARGET := snio.oexport-objs := pciio.oobj-$(CONFIG_IA64_SGI_SN1)	+= ml_SN_intr.o mem_refcnt.o hubcounters.o \				   ip37.o huberror.o hub_intr.o pcibr.o \				   eeprom.o l1.o l1_command.o pciio.o \				   klconflib.o klgraph.o \				   efi-rtc.o xbow.o xtalk.o \				   ml_SN_init.o ml_iograph.o module.o \				   pci_bus_cvlink.o sgi_io_init.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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