📄 makefile
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -