makefile
来自「h内核」· 代码 · 共 22 行
TXT
22 行
## Makefile for the input core drivers.## Each configuration option enables a list of files.obj-$(CONFIG_SERIO) += serio.oobj-$(CONFIG_SERIO_I8042) += i8042.oobj-$(CONFIG_SERIO_PARKBD) += parkbd.oobj-$(CONFIG_SERIO_SERPORT) += serport.oobj-$(CONFIG_SERIO_CT82C710) += ct82c710.oobj-$(CONFIG_SERIO_RPCKBD) += rpckbd.oobj-$(CONFIG_SERIO_SA1111) += sa1111ps2.oobj-$(CONFIG_SERIO_AMBAKMI) += ambakmi.oobj-$(CONFIG_SERIO_Q40KBD) += q40kbd.oobj-$(CONFIG_SERIO_98KBD) += 98kbd-io.oobj-$(CONFIG_SERIO_GSCPS2) += gscps2.oobj-$(CONFIG_SERIO_PCIPS2) += pcips2.oobj-$(CONFIG_SERIO_MACEPS2) += maceps2.oobj-$(CONFIG_SERIO_LIBPS2) += libps2.oobj-$(CONFIG_SERIO_RAW) += serio_raw.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?