makefile

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

TXT
20
字号
## 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"#ALLOBJS += bcm1480_cpu.o sb1_cpuinit.o bcm1480_altcpu.o bcm1480_l1cache.o \           bcm1480_l2cache.o bcm1480_draminit.o bcm1480_utils.oifeq ($(strip ${CFG_PCI}),1)ALLOBJS += bcm1480_pci_machdep.oendifALLOBJS += diag_null.o#ALLOBJS += diag_l2cache.o diag_null.oCFLAGS += -D_BCM1480_S0_WORKAROUNDS_=1

⌨️ 快捷键说明

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