makefile

来自「这是一个SIGMA方案的PMP播放器的UCLINUX程序,可播放DVD,VCD,」· 代码 · 共 35 行

TXT
35
字号
## Makefile for the Linux kernel pci hotplug controller drivers.#O_TARGET	:= vmlinux-obj.olist-multi	:= cpqphp.o pci_hotplug.oexport-objs	:= pci_hotplug_core.o pci_hotplug_util.oobj-$(CONFIG_HOTPLUG_PCI)		+= pci_hotplug.oobj-$(CONFIG_HOTPLUG_PCI_COMPAQ)	+= cpqphp.opci_hotplug-objs	:=	pci_hotplug_core.o	\				pci_hotplug_util.ocpqphp-objs		:=	cpqphp_core.o	\				cpqphp_ctrl.o	\				cpqphp_proc.o	\				cpqphp_pci.oifeq ($(CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM),y)	cpqphp-objs += cpqphp_nvram.oendifinclude $(TOPDIR)/Rules.makepci_hotplug.o: $(pci_hotplug-objs)	$(LD) -r -o $@ $(pci_hotplug-objs)cpqphp.o: $(cpqphp-objs)	$(LD) -r -o $@ $(cpqphp-objs)

⌨️ 快捷键说明

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