📄 makefile
字号:
# Makefile - makefile for bsp/config/mv2100## Copyright 1984-2001 Wind River Systems, Inc.# Copyright 1996,1997,1998,1999,2000 Motorola, Inc. All Rights Reserved## modification history# --------------------# 01m,14nov01,dat removed RELEASE# 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, added comments# about ROM_TEXT_ADRS# 01i,28mar01,pch Set HEX_FLAGS to empty for new GNU objcopyppc# 01h,15jun00,dmw updated following WRS code review.# 01g,05jan00,rhk changed value for RAM_HIGH_ADRS.# 01f,04jun99,rhk removed NETIF support.# 01e,18may99,rhk added files to BOOT/MACH EXTRA for compressed builds.# 01d,07may99,dmw removed rom text base address# 01c,08mar99,dmw added VPD memory configuration support# 01b,18feb99,srr added SENS support# 01a,11dec98,srr written, from mv2603/Makefile, ver 01e## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola MVME2100 board with a PowerPC MPC8240 (603 core) 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 = mv2100VENDOR = MotorolaBOARD = MVME2100EXTRA_DEFINE = -DMV2100USR_ENTRY = usrInit## The constants ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h, MakeSkel, Makefile, and Makefile.*# All definitions for these constants must be identical.## You must change ROM_TEXT_ADRS to either be ff000100 for FLASH_BOOT# of fff00100 for not FLASH_BOOT. This MUST match the definition# in config.hROM_TEXT_ADRS = ff000100 # ROM entry address ('FLASH_BOOT')# ROM_TEXT_ADRS = fff00100 # ROM entry address (not 'FLASH_BOOT')ROM_SIZE = 0x00100000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00100000 # RAM text/data addressRAM_HIGH_ADRS = 00800000 # RAM text/data addressBOOT_EXTRA = kahluaMemParam.o sysMotVpdUtil.o sysI2cDrv.o sysI2cKahlua.o \ sysVxALib.oMACH_EXTRA = kahluaMemParam.o sysMotVpdUtil.o sysI2cDrv.o sysI2cKahlua.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 + -