📄 makefile
字号:
# Makefile - makefile for bsp/config/ads827x## Copyright 1984-2003 Wind River Systems, Inc.## modification history# --------------------# 01b,05nov04,dtr Add VXWORKS define for security engine drivers.# 01a,19dec03,dtr created from ads826x Makefile## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Voyager Application Development Support Board with a PowerPC 8272## INCLUDES# makeTarget#*/CPU = PPC603TOOL = gnu#TOOL = diabTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bsp## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = ads827xVENDOR = MotorolaBOARD = ads827xUSR_ENTRY = usrInitLIB_EXTRA = romExtras.aRELEASE += bootrom_uncmp.hex## 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 = fff00100 # ROM entry addressROM_SIZE = 00100000 # number of bytes of ROM spaceROM_WARM_ADRS = fff00108 # ROM warm entry address ROM_LINK_ADRS = fff00000RAM_LOW_ADRS = 00100000 # RAM text/data addressRAM_HIGH_ADRS = 00d00000 # RAM text/data addressCONFIG_ALL = allLDFLAGS += -Map $@.map # uncomment the following line to enable debugging#ADDED_CFLAGS += -g -OEXTRA_DEFINE = -DVXWORKSMACH_EXTRA = EXTRA_MODULES =## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp# Additional objects needed by romInitEXTRA_OBJS = sysAUtils.o sysUtils.oromExtras.a: $(EXTRA_OBJS) $(AR) crus $@ $(EXTRA_OBJS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -