makefile
来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 21 行
TXT
21 行
## 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 + =
减小字号Ctrl + -
显示快捷键?