📄 makefile
字号:
# Makefile - makefile for bsp/config/dab
#
# Copyright 1984-1996 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01a,15sep98,rkh started for DAB
# 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 = PPC860
TOOL = gnu
TGT_DIR = $(WIND_BASE)/target
include $(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 = 860pc
VENDOR = Motorola
BOARD = 860pc
## 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 address
ROM_SIZE = 00100000 # number of bytes of ROM space
RAM_LOW_ADRS = 00010000 # RAM text/data address
RAM_HIGH_ADRS = 01E00000 # RAM text/data address
HEX_FLAGS = -a $(ROM_TEXT_ADRS)
MACH_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 + -