📄 makefile
字号:
# Makefile - makefile for bsp/config/ads860## Copyright 1984-1996 Wind River Systems, Inc.## modification history# --------------------# 01i,04mar99,cn merged from ads860 release view, removed macro BOOTINIT# (SPR# 23153).# 01h,22feb99,cn added macro BOOTINIT (SPR# 9220).# 01g,30nov98,cn added macro USR_ENTRY (SPR# 9946).# 01f,15may98,pcn Removed objcopy from Makefile.# 01e,12dec97,pcn Added Objcopy in BSP build.# 01d,06nov96,tpr replaced RAM_LOW_ADRS from 00100000 to 00010000.# + remove RELEASE.# 01c,25jun96,tpr removed vxWorks.st of the release rule.# 01b,20jun96,tpr added TGT_DIR and replaced $(WIND_BASE) by $(TGT_DIR).# 01a,16apr96,tpr written from bsp/ultra603/Makefile 01c version.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Application Development Support Board with a PowerPC 860 or # PowerPC 821 processor.## INCLUDES# makeTarget#*/CPU = PPC860TOOL = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bspinclude $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)# gtt add CONFIG_ALL = allLIB_EXTRA_EXTRA = LIB_EXTRA = #LIB_EXTRA = msystems/msystems.a ## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = bspVENDOR = GTTBOARD = GTT100USR_ENTRY = usrInit## 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 = 08000100 # from 02800100 to 08000100 #ROM_TEXT_ADRS = 00010100 # from 02800100 to 08000100 ROM_SIZE = 00080000 # from 00200000 to 00080000(512K) RAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00200000 # RAM text/data addressHEX_FLAGS = -a 100#MACH_EXTRA = docFlash.o ppc860Sio.o ppc860SccSio.oMACH_EXTRA = ppc860Sio.o ppc860SccSio.o## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bspinclude $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -