?? makefile
字號:
## 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_HP_SDC) += hp_sdc.oobj-$(CONFIG_HIL_MLC) += hp_sdc_mlc.o hil_mlc.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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -