?? makefile
字號(hào):
# 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)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = v5_64VENDOR = MotorolaBOARD = MPC860sarUSR_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 = 02800100 # ROM entry addressROM_SIZE = 00200000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00200000 # RAM text/data addressHEX_FLAGS = -a $(ROM_TEXT_ADRS)## BOOTINIT = bootInit.cUSRCONFIG = usrConfig.cMACH_EXTRA =## 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)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -