📄 makefile
字号:
rt2x00lib-objs := rt2x00dev.o rt2x00mac.o rt2x00config.oifeq ($(CONFIG_RT2X00_LIB_DEBUGFS),y) rt2x00lib-objs += rt2x00debug.oendififeq ($(CONFIG_RT2X00_LIB_RFKILL),y) rt2x00lib-objs += rt2x00rfkill.oendififeq ($(CONFIG_RT2X00_LIB_FIRMWARE),y) rt2x00lib-objs += rt2x00firmware.oendifobj-$(CONFIG_RT2X00_LIB) += rt2x00lib.oobj-$(CONFIG_RT2X00_LIB_PCI) += rt2x00pci.oobj-$(CONFIG_RT2X00_LIB_USB) += rt2x00usb.oobj-$(CONFIG_RT2400PCI) += rt2400pci.oobj-$(CONFIG_RT2500PCI) += rt2500pci.oobj-$(CONFIG_RT61PCI) += rt61pci.oobj-$(CONFIG_RT2500USB) += rt2500usb.oobj-$(CONFIG_RT73USB) += rt73usb.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -