?? 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_ALAUDA) += alauda.ousb-storage-obj-$(CONFIG_USB_STORAGE_ONETOUCH) += onetouch.ousb-storage-obj-$(CONFIG_USB_STORAGE_KARMA) += karma.ousb-storage-objs := scsiglue.o protocol.o transport.o usb.o \ initializers.o $(usb-storage-obj-y)ifneq ($(CONFIG_USB_LIBUSUAL),) obj-$(CONFIG_USB) += libusual.oendif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -