📄 makefile
字号:
# Makefile - makefile for target/config/mtx603## Copyright 1984-2002 Wind River Systems, Inc.# Copyright 1996,1997,1998.1999 Motorola, Inc. All Rights Reserved## modification history# --------------------# 01s,09jul02,jrp Added sysASpeed.o to MACH_EXTRA (SPR 71148).# 01r,29apr02,sbs update for T2.2 release. # 01q,14nov01,dat RELEASE update# 01p,30oct01,tpw Standardize kernel links and bootrom conversions.# 01o,25sep01,dat Update for T2.2# 01n,19sep01,dat adding sysVxALib.s# 01m,28mar01,pch Set HEX_FLAGS to empty for new GNU objcopyppc# 01l,04jun01,sn Removed obsolete TARGET_DIR preprocessor macro# 01l,14jul99,dmw added hawkI2c.o for MTXPlus.# 01k,17mar99,db changed RAM_HIGH_ADRS to 0x00300000(SPR #25757).# 01j,25feb99,dat merge from motorola drop. (SPR 25357)# 01i,27apr98,dat rom size changed to 1MB# 01h,17apr98,srr replaced pcf8584i2c.s with mtxI2c.c & mtxI2c.h.# 01g,15apr98,ms_ release target is bootrom_uncmp, vxWorks, vxWorks.st# 01f,10nov97,db removed dec21140.obj from MACH_EXTRA and RELEASE lists. # removed line for make.dec21140 rule.# 01e,11jun97,mas changed bootrom_uncmp.hex to bootrom.hex for standard RELEASE# 01d,18feb97,dat removed dcCsr.obj, not needed.# 01c,02jan97,dat fixed mod history# 01b,13dec96,mas upgraded for Motorola 2600 BSP (SPR 7525).# 01a,01oct96,mot written from mv1603/Makefile 01c version.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola MTX board with a PowerPC 603 processor.## INCLUDES# makeTarget#*/CPU = PPC603TOOL = 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 = mtx603VENDOR = MotorolaBOARD = MTXEXTRA_DEFINE = -DMTXRELEASE += bootrom.binUSR_ENTRY = usrInit## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h, MakeSkel, Makefile, and Makefile.*# All definitions for these constants must be identical.#ROM_TEXT_ADRS = fff00100 # ROM entry addressROM_SIZE = 00100000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00100000 # RAM text/data addressRAM_HIGH_ADRS = 00300000 # RAM text/data addressBOOT_EXTRA = sysSpeed.o mtxI2c.o hawkI2c.o sysVxALib.o sysASpeed.oMACH_EXTRA = sysSpeed.o mtxI2c.o hawkI2c.o sysASpeed.o## 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 + -