⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 This file contains board-specific information for the Motorola cpv3060 target board. Specifically,
💻
字号:
# Makefile - makefile for bsp/config/cpv3060## Copyright 1984-2001 Wind River Systems, Inc.# Copyright 1997,1998,1999 Motorola, Inc., All Rights Reserved## modification history# --------------------# 01m,14nov01,dat  RELEASE update# 01l,30oct01,tpw  Standardize kernel links and bootrom conversions.# 01k,25sep01,dat  Update for T2.2# 01j,19sep01,dat  adding sysVxALib.o, removing -DTARGET_DIR=...# 01i,28jun01,pch  Update for T2.1# 01h,06feb01,rcs  removed motFecEnd.obj from MACH_EXTRA# 01g,05jan01,rhk  changed name of sysMotVpd.o to sysMotVpdCpv3060.o# 01f,31aug99,rhk  changeover to use the FEC END driver (motFecEnd.obj).# 01e,10aug99,rhk  added sysMotVpd and sysMotVpdUtil objects.# 01d,28jul99,srr  added if_fec.obj# 01c,09jun99,srr  changed RAM_HIGH_ADRS to 8 MB.# 01b,09jun99,srr  changed to support cpv3060.# 01a,26aug98,rhk  created from mbx860 Makefile, version 01b.## DESCRIPTION# This file contains rules for building VxWorks for the# CPV3060 Board with an MPC860T processor.## INCLUDES#     makeTarget#*/CPU              = PPC860TOOL             = 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	= cpv3060VENDOR		= MotorolaBOARD		= CPV3060EXTRA_DEFINE    = -DCPV3060## 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    = FE000100 # ROM entry addressROM_SIZE         = 00080000 # number of bytes of ROM spaceRAM_LOW_ADRS     = 00100000 # RAM text/data addressRAM_HIGH_ADRS    = 00800000 # RAM text/data addressUSR_ENTRY        = usrInitBOOT_EXTRA       = cpvI2c.o sysMotVpdCpv3060.o sysMotVpdUtil.o  sysVxALib.oMACH_EXTRA       = sysMotVpdUtil.oRELEASE          += bootrom.binbootrom.bin: bootrom	- @ $(RM) $@	$(EXTRACT_BIN) $? $@## 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 + -