📄 makefile
字号:
## Makefile for the USB Mass Storage device drivers.## 15 Aug 2000, Christoph Hellwig <hch@infradead.org># Rewritten to use lists instead of if-statements.#EXTRA_CFLAGS := -Idrivers/scsiobj-$(CONFIG_USB_STORAGE) += usb-storage.ousb-storage-obj-$(CONFIG_USB_STORAGE_DEBUG) += debug.ousb-storage-obj-$(CONFIG_USB_STORAGE_USBAT) += shuttle_usbat.ousb-storage-obj-$(CONFIG_USB_STORAGE_SDDR09) += sddr09.ousb-storage-obj-$(CONFIG_USB_STORAGE_SDDR55) += sddr55.ousb-storage-obj-$(CONFIG_USB_STORAGE_FREECOM) += freecom.ousb-storage-obj-$(CONFIG_USB_STORAGE_DPCM) += dpcm.ousb-storage-obj-$(CONFIG_USB_STORAGE_ISD200) += isd200.ousb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB) += datafab.ousb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += jumpshot.ousb-storage-obj-$(CONFIG_USB_STORAGE_ONETOUCH) += onetouch.ousb-storage-objs := scsiglue.o protocol.o transport.o usb.o \ initializers.o $(usb-storage-obj-y)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -