📄 makefile
字号:
# Makefile for the kernel ISDN subsystem and device drivers.# Each configuration option enables a list of files.obj-$(CONFIG_ISDN_I4L) += isdn.oobj-$(CONFIG_ISDN_PPP_BSDCOMP) += isdn_bsdcomp.o# Multipart objects.isdn-y := isdn_net.o isdn_tty.o isdn_v110.o isdn_common.o# Optional parts of multipart objects.isdn-$(CONFIG_ISDN_PPP) += isdn_ppp.oisdn-$(CONFIG_ISDN_X25) += isdn_concap.o isdn_x25iface.oisdn-$(CONFIG_ISDN_AUDIO) += isdn_audio.oisdn-$(CONFIG_ISDN_TTY_FAX) += isdn_ttyfax.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -