📄 makefile
字号:
## This is just a Makefile fragment -- it is included by the master# makefile, cfe.mk## This file should just append object file names to "ALLOBJS"#BSPOBJS += sentosa_init.o sentosa_devs.o cpu1cmds.oifeq ($(strip ${CFG_PCI}),1)BSPOBJS += sentosa_pci.oendifALLOBJS += ui_sentosa.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -