?? makefile
字號:
# Makefile - makefile for bsp/config/8260pc## Copyright 1984-1996 Wind River Systems, Inc.## modification history# --------------------# 01m,22sep99,ms_ remove empty definition of RELEASE# 01l,17sep99,ms_ remove MACH_EXTRA, HEX_FLAGS, RELEASE# 01k,29jul99,ms_ release target to include bootrom_uncmp instead of bootrom# 01j,28jul99,ms_ add bootrom.bin to release target and add instructions for# making bootrom.bin# 01i,27jul99,ms_ remove "RELEASE" line to return to default release# 01h,01jul99,ms_ fix HEX_FLAGS; should be simply a 0# 01g,20may99,cn fixed ROM_TEXT_ADRS and HEX_FLAGS# 01f,16apr99,ms_ move RELEASE target down further# 01e,16apr99,ms_ oops - remove RELEASE target "man"# 01d,16apr99,ms_ explicitly state RELEASE target as no bootrom is made# 01c,16apr99,ms_ clean up for EAR# 01b,14apr99,cn added support for motFccEnd# 01a,07jan99,ms_ adapted from bsp/ads860/Makefile ## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Voyager Application Development Support Board with a PowerPC 8260## INCLUDES# makeTarget#*/CPU = PPCEC603TOOL = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bspinclude $(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 = 8260pcVENDOR = MotorolaBOARD = MPC8260PC## 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_BASE_ADRS = fff00000 # ROM base addressROM_TEXT_ADRS = fff00100 # ROM entry addressROM_SIZE = 00200000 # number of bytes of ROM spaceROM_WARM_ADRS = fff00108 # ROM warm entry address RAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00300000 # RAM text/data addressHEX_FLAGS = -a $(ROM_BASE_ADRS)MACH_EXTRA = motFccEnd.o##BOOT_EXTRA = jump2romInit.o##HEX_FLAGS =##MACH_EXTRA =## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bspinclude $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -