makefile

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

TXT
34
字号
CFG_LITTLE ?= 0CFG_RELOC ?= 1CFG_UNCACHED ?= 0CFG_VAPI ?= 0CFG_BOOTRAM ?= 0CFG_BOARDNAME = "VCS"CFG_PCI = 0TOP = ../../../cfeARCH = mipsCPU = sb1250CHIPSET = sibyteBOARD = vcsinclude ${TOP}/main/cfe.mkBSPOBJS = vcs_init.o vcs_devs.o diag_null.o## These settings speed up the cache init by not doing too much of it.# This helps boot time in the sim.# They also adjust timers and other hardware stuff # for running in the functional simulator (mostly changes CPU speed to # 500Khz).  Remove this before using on real hardware.#CFLAGS += -D_FASTINIT_ -D_FASTEMUL_ -D_FUNCSIM_CFLAGS += -U_SB1250_PASS1_WORKAROUNDS_ALL : cfe cfe.flash	echo doneinclude ${TOP}/main/cfe_link.mk

⌨️ 快捷键说明

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