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

📄 makefile

📁 vxworks的bsp开发包(基于POWERPC的PRPMC800)
💻
字号:
# Makefile - makefile for bsp/config/prpmc800## Copyright 1984-2001 Wind River Systems, Inc.# Copyright 1996-2001 Motorola, Inc. All Rights Reserved## modification history# --------------------# 01i,16jul02,dtr  Adding bootrom.bin to RELEASE build.# 01h,25mar02,dtr  Removing HEX_FLAGS.# 01g,08dec01,dtr  Driver in this release so patch prpmc800Drv.a removed. # 01f,29nov01,dtr  Adding fei driver object via prpmc800Drv.a.# 01e,27nov01,dtr  Removed gei/fei/dec driver objects.# 01d,15aug01,srr  Included Gigabit Ethernet driver object.# 01c,11oct00,dmw  Added i8250Sio.o to get latest WRS version.# 01b,07sep00,dmw  Changed harrierI2c.o to sysMotI2c.o.# 01a,31jul00,dmw  Written (from version 01b of mcpn765/Makefile).## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola PrPMC800 board with a PowerPC 750 or 7400 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	= prpmc800VENDOR		= MotorolaBOARD		= PRPMC800EXTRA_DEFINE    = -DPRPMC800USR_ENTRY       = usrInitRELEASE	       += bootrom.bin## 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	= 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      = harrierSmc.o sysMotI2c.o sysMotVpdUtil.o sysMotVpdALib.oMACH_EXTRA      = harrierSmc.o sysMotI2c.o sysMotVpdUtil.o \                  sysMotVpdALib.o sysMaxL2Disable.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 + -