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

📄 makefile

📁 VxWorks下 Mcpn750的BSP源代码
💻
字号:
# Makefile - makefile for bsp/config/mcpn750## 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, removed -DTARGET_DIR# 01f,28mar01,pch  Set HEX_FLAGS to empty for new GNU objcopyppc# 01e,09apr99,srr  Removed local dec21x4x and i8250Sio inclusion and change#                  RAM_HIGH_ADRS to 8 MB.# 01d,22jan99,scb  Add SENS support to MCPN750.# 01c,21sep98,rhv  added hawkI2c.o and vpd.o to BOOT_EXTRA to prevent them from#                  being compressed.# 01b,07jul98,scb  modified to build MCPN750 version.# 01a,26jun98,srr  created from mcp750, version 01b.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola MCPN750 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	= mcpn750VENDOR		= MotorolaBOARD		= MCPN750EXTRA_DEFINE    = -DMCPN750USR_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 hawkI2c.o sysMotVpd.o sysVxALib.oMACH_EXTRA	= sysASpeed.o sysSpeed.o hawkI2c.o sysMotVpd.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 + -