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

📄 makefile

📁 是关于linux2.5.1的完全源码
💻
字号:
# $Id: Makefile,v 1.70 2002/02/09 19:49:30 davem Exp $# Makefile for the linux kernel.## 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 definitions are now in the main makefile...SH = $(CONFIG_SHELL).S.s:	$(CPP) $(AFLAGS) -ansi $< -o $*.s.S.o:	$(CC) $(AFLAGS) -ansi -c $< -o $*.oall: kernel.o head.o init_task.oO_TARGET := kernel.oexport-objs	:= sparc64_ksyms.oobj-y		:= process.o setup.o cpu.o idprom.o \		   traps.o devices.o auxio.o \		   irq.o ptrace.o time.o sys_sparc.o signal.o \		   unaligned.o central.o pci.o starfire.o semaphore.o \		   power.o sbus.o iommu_common.o sparc64_ksyms.o chmc.oobj-$(CONFIG_PCI)	 += ebus.o isa.o pci_common.o pci_iommu.o \			    pci_psycho.o pci_sabre.o pci_schizo.oobj-$(CONFIG_SMP)	 += smp.o trampoline.oobj-$(CONFIG_SPARC32_COMPAT) += sys32.o sys_sparc32.o signal32.o ioctl32.oobj-$(CONFIG_BINFMT_ELF32) += binfmt_elf32.oobj-$(CONFIG_BINFMT_AOUT32) += binfmt_aout32.oifdef CONFIG_SUNOS_EMUL  obj-y += sys_sunos32.o sunos_ioctl32.oelse  ifdef CONFIG_SOLARIS_EMUL    obj-y += sys_sunos32.o sunos_ioctl32.o  endifendifhead.o: head.S ttable.S itlb_base.S dtlb_base.S dtlb_backend.S dtlb_prot.S \	etrap.S rtrap.S winfixup.S entry.S	$(CC) $(AFLAGS) -ansi -c $*.S -o $*.o## This is just to get the dependencies...#binfmt_elf32.o: $(TOPDIR)/fs/binfmt_elf.cifneq ($(NEW_GCC),y)  CMODEL_CFLAG := -mmedlowelse  CMODEL_CFLAG := -m64 -mcmodel=medlowendifinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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