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

📄 makefile

📁 linux-2.6.15.6
💻
字号:
## 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, 2001  Paolo Alberelli# Copyright (C) 2003  Paul Mundt## Makefile for the Linux sh64 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).#extra-y	:= head.o init_task.o vmlinux.ldsobj-y	:= process.o signal.o entry.o traps.o irq.o irq_intc.o \	   ptrace.o setup.o time.o sys_sh64.o semaphore.o sh_ksyms.o \	   switchto.o syscalls.oobj-$(CONFIG_HEARTBEAT)		+= led.oobj-$(CONFIG_SH_ALPHANUMERIC)	+= alphanum.oobj-$(CONFIG_SH_DMA)		+= dma.oobj-$(CONFIG_SH_FPU)		+= fpu.oobj-$(CONFIG_EARLY_PRINTK)	+= early_printk.oobj-$(CONFIG_KALLSYMS)		+= unwind.oobj-$(CONFIG_PCI)		+= pci-dma.o pcibios.oobj-$(CONFIG_MODULES)		+= module.oifeq ($(CONFIG_PCI),y)obj-$(CONFIG_CPU_SH5)		+= pci_sh5.oendifUSE_STANDARD_AS_RULE := true

⌨️ 快捷键说明

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