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

📄 makefile

📁 WINDRIVER MCP750 BSP
💻
字号:
# Makefile - makefile for bsp/config/mcp750## Copyright 1984-2001 Wind River Systems, Inc.# Copyright 1997,1998,1999 Motorola, Inc. All Rights Reserved## modification history# --------------------# 01l,23may02,mil  Added sysMaxL2Disable.o to MACH_EXTRA.# 01k,04feb02,mil  Added bootrom.bin to release image.# 01j,30oct01,tpw  Standardize kernel links and bootrom conversions.# 01i,25oct01,mil  Added sysASpeed.o to MACH_EXTRA and replaced sysSpeed.o#                  in BOOT_EXTRA (SPR 71148).# 01h,25sep01,dat  Update for T2.2# 01g,19sep01,dat  adding sysVxALib.o# 01f,28mar01,pch  Set HEX_FLAGS to empty for new GNU objcopyppc# 01e,04jun01,sn   Removed obsolete TARGET_DIR preprocessor macro# 01e,17may99,tm   changed RAM_HIGH_ADRS to 0x00800000 for mcpn750 release# 01d,29mar99,tm   changed RAM_HIGH_ADRS to 0x00300000 (SPR 25757)# 01c,01mar99,tm   Removed BSP-specific i8250Sio.o from MACH_EXTRA (SPR 25355)# 01b,13jan98,srr  updated copyright dates to 1998.# 01a,11nov97,srr  created from mv2604, version 01e.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola MCP750 board with a PowerPC Arthur processor.## INCLUDES#     makeTarget#*/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	= mcp750VENDOR		= MotorolaBOARD		= MCP750EXTRA_DEFINE    = -DMCP750USR_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	= 00800000 # RAM text/data addressBOOT_EXTRA	= sysASpeed.o sysVxALib.oMACH_EXTRA	= sysASpeed.o sysSpeed.o sysMaxL2Disable.oRELEASE_CMD     = vxWorks vxWorks.st bootrom.hex bootrom.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 + -