makefile

来自「一个很好的嵌入式linux平台下的bootloader」· 代码 · 共 17 行

TXT
17
字号
## 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 += bcm91480a_init.o bcm91480a_devs.o cpu1cmds.o cpu1test.oifeq ($(strip ${CFG_PCI}),1)BSPOBJS += bcm91480a_pci.oendifALLOBJS += ui_bcm91480a.o 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?