📄 makefile.bak
字号:
# Makefile - make rules for vw/config/walnut IBM Walnut 405GP board## Copyright 1984-2001 Wind River Systems, Inc.## modification history# --------------------# 01j,18jul02,pch SPR 79751: fix compressed images# 01i,30apr02,pch SPR 75652: change ROM_SIZE from 0007ff00 to 00080000 to# correspond with new build strategy in romInit.s# 01h,30nov01,kab Update for T2.2# 01h,06dec01,tpw Set ROM_SIZE to reach exactly the end of the ROM area.# 01g,14nov01,dat RELEASE update# 01f,30oct01,tpw Standardize kernel links and bootrom conversions.# 01e,25sep01,dat Update for T2.2# 01d,21jun01,pch Set HEX_FLAGS to empty for new GNU objcopyppc# 01c,14nov00,s_m commented out debug flags# 01b,25oct00,s_m renamed CPU type# 01a,08sep99,mcg created from evb403 version 01l.## DESCRIPTION# This file contains rules for building VxWorks for the# IBM Walnut 405GP board## INCLUDES# makeTarget#*/CPU = PPC405TOOL = 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 = walnutVENDOR = IBMBOARD = WALNUTRELEASE += bootrom_uncmp.hexUSR_ENTRY = usrInit## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h, MakeSkel, Makefile, and Makefile.*# Normally, all definitions for these constants must be identical;# but ROM_SIZE is different here for reasons related to the note# below regarding ROM_LINK_ADRS.#ROM_TEXT_ADRS = fff80100 # ROM entry addressROM_SIZE = 00080000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00010000RAM_HIGH_ADRS = 00c00000MACH_EXTRA =# ROM_LINK_ADRS defaults to ROM_TEXT_ADRS, but needs to be different# here due to complications related to the .space 0x100 at the start# of romInit.s. Don't ask :)ROM_LINK_ADRS = fff80000 # ROM base address#VMA_START = 0x$(ROM_TEXT_ADRS)## 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 + -