📄 makefile
字号:
# File: drivers/fc4/Makefile## Makefile for the Linux Fibre Channel device drivers.#L_TARGET := fc4.aexport-objs := fc_syms.olist-multi := fc4.ofc4-objs := fc.o fc_syms.oobj-$(CONFIG_FC4) += fc4.oobj-$(CONFIG_FC4_SOC) += soc.oobj-$(CONFIG_FC4_SOCAL) += socal.oinclude $(TOPDIR)/Rules.makefc4.o: $(fc4-objs) $(LD) -r -o $@ $(fc4-objs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -