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

📄 makefile

📁 Freescale MPC85xx BSP (8555/8541)。绝对可用的。
💻
字号:
# Makefile - makefile for Freescale cds85xx BSP## Copyright 1984-2004 Wind River Systems, Inc. */# # modification history# --------------------# 01c,13may05,slk  Fix TOOL macro# 01b,22mar05,dtr  Remove TSEC. SPR 107045.# 01a,13aug04,jln  Modify from ads8560/Makefile/01c## DESCRIPTION# This file contains rules for building VxWorks for the# FreeScale MPC8555/8541 CDS reference boards## INCLUDES#     makeTarget#*/CPU              = PPC85XXTOOL             = sfdiabTGT_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	= cds85xxVENDOR		= FreescaleBOARD		= MPC85XX CDSRELEASE		+= bootrom_uncmp.hex bootrom_uncmp.bin EXTRA_DEFINE    =## 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     = 00100000 # RAM text/data addressRAM_HIGH_ADRS    = 00e00000 # RAM text/data addressMACH_EXTRA       =  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -