makefile
来自「这是WINDRIVER公司所开发的针对freescale公司最新的powerpc」· 代码 · 共 66 行
TXT
66 行
# Makefile - makefile for ads8560 BSP## Copyright 1984-2002 Wind River Systems, Inc. */# # modification history# --------------------# 01d,29oct04,dtr Compile FCC2 Wrapper.# 01c,21oct03,dtr Removing motFccEnd.o.# 01b,20aug03,dtr Adding TSEC driver to MACH_EXTRA.# 01a,03oct02,dtr Created.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola MPC8500 ADS## INCLUDES# makeTarget#*/CPU = PPC85XXTOOL = 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 = ads8560VENDOR = MotorolaBOARD = MPC85XX ADSRELEASE += bootrom_uncmp.hexEXTRA_DEFINE =-DINCLUDE_CPM## 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 spaceROM_WARM_ADRS = fff00108 # ROM warm entry address ROM_LINK_ADRS = fff00000RAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00d00000 # RAM text/data addressMACH_EXTRA = sysMotTsecEnd.o motTsecEnd.o motFcc2Local.o BOOT_EXTRA = LIB_EXTRA = VMA_START = 0x0USR_ENTRY = usrInit## 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 + =
减小字号Ctrl + -
显示快捷键?