📄 makefile
字号:
## Makefile for the I-Force driver## By Johann Deneux <deneux@ifrance.com>## Goal definitioniforce-objs := iforce-ff.o iforce-main.o iforce-packets.oobj-$(CONFIG_JOYSTICK_IFORCE) += iforce.oifeq ($(CONFIG_JOYSTICK_IFORCE_232),y) iforce-objs += iforce-serio.oendififeq ($(CONFIG_JOYSTICK_IFORCE_USB),y) iforce-objs += iforce-usb.oendifEXTRA_CFLAGS = -Werror-implicit-function-declaration
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -