📄 makefile
字号:
## Copyright 1996-2001 Wind River Systems, Inc.## INCLUDES# makeTarget#*/CPU = ARMARCH4TOOL = gnuEXTRA_DEFINE = -Wcomment -DCPU_920T \ -DARMMMU=ARMMMU_920T -DARMCACHE=ARMCACHE_920TTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bsp#include $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)#include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)DOC_FILES = sysLib sngks32cSio## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = bspS3C2410XVENDOR = TomBOARD = strong2410X# Amine: addedCONFIG_ALL = $(TGT_DIR)\config\allS3C2410X## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h and Makefile.# All definitions for these constants must be identical.#ROM_TEXT_ADRS = 00000000 ROM_WARM_ADRS = 00000004ROM_SIZE = 00800000 RAM_LOW_ADRS = 30001000 RAM_HIGH_ADRS = 30500000 MACH_EXTRA = ne2000End.o sst39vf160.o ftpdLib.o## Only redefine make definitions above this point, or the expansion of## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp#include $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -