📄 makefile
字号:
# Makefile - makefile for bsp/config/spruce## Copyright 1984-2002 Wind River Systems, Inc.# Copyright 1999 IBM Corporation Licensed Materials Property of IBM## modification history# --------------------# 01f,12sep02,pch SPR 80543: set VMA_START to define correct bootrom origin# 01e,30oct01,tpw Standardize kernel links and bootrom conversions.# 01d,25sep01,dat Update for T2.2# 01c,22jun01,pch Update for T2.1# 01b,14sep99,mcg updated for Tornado 2# 01a,09feb99,mcg created.## DESCRIPTION# This file contains rules for building VxWorks for the IBM CPC700# "Spruce" evaluation board.## INCLUDES# makeTarget#*/## In 2.0, CPU was PPC603 for all supported processors including 740/750.# For 2.1, going to try PPC604 for the 750.#CPU = PPC604TOOL = gnuTGT_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)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = spruceVENDOR = IBM MicroelectronicsBOARD = Spruce## 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 cold entry addressROM_WARM_ADRS = fff00104 # ROM warm entry addressROM_SIZE = 00080000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00200000 # RAM text/data address for vxWorksRAM_HIGH_ADRS = 00400000 # RAM text/data address for bootromVMA_START = 0x100 # offset to romInit in bootromUSR_ENTRY = usrInitMACH_EXTRA =## 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 + -