makefile

来自「IXP425的BSP代码」· 代码 · 共 23 行

TXT
23
字号
# Makefile - makefile for regenerating Diab linker scripts from common template## modification history# --------------------# 01a,05dec01,tpw  written## DESCRIPTION# This file contains the makefile rules to regenerate cross-target linker# scripts using the template system in tool/common/ldscripts.##*/TGT_DIR=$(WIND_BASE)/targetGEN_DIR=$(TGT_DIR)/h/tool/common/ldscriptsREGEN_SH=$(GEN_DIR)/regen.shTOOL=diabregen all:	sh $(REGEN_SH) $(TOOL)update:	sh $(REGEN_SH) -update $(TOOL)

⌨️ 快捷键说明

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