📄 makefile
字号:
## Makefile for USB Core files and filesystem#usbcore-objs := usb.o hub.o hcd.o urb.o message.o \ config.o file.o buffer.o sysfs.o devio.o notify.oifeq ($(CONFIG_PCI),y) usbcore-objs += hcd-pci.oendififeq ($(CONFIG_USB_DEVICEFS),y) usbcore-objs += inode.o devices.oendifobj-$(CONFIG_USB) += usbcore.oifeq ($(CONFIG_USB_DEBUG),y)EXTRA_CFLAGS += -DDEBUGendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -