📄 makefile
字号:
## Makefile for the Linux fat filesystem support.#obj-$(CONFIG_FAT_FS) += fat.oobj-$(CONFIG_VFAT_FS) += vfat.oobj-$(CONFIG_MSDOS_FS) += msdos.ofat-y := cache.o dir.o fatent.o file.o inode.o misc.ovfat-y := namei_vfat.omsdos-y := namei_msdos.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -