?? makefile
字號:
## Makefile for USB Core files and filesystem#O_TARGET := core.oexport-objs := usb.o hcd.ousbcore-objs := usb.o usb-debug.o hub.o hcd.oifeq ($(CONFIG_USB_DEVICEFS),y) usbcore-objs += devio.o inode.o drivers.o devices.oendifobj-$(CONFIG_USB) += usbcore.oinclude $(TOPDIR)/Rules.make
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -