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

📄 makefile

📁 摩托罗拉mpc7441的班级支持包bsp和相关芯片的驱动程序,运行在vxworks操作系统下
💻
字号:
# Makefile - makefile for sandpoint sp745x## Copyright 1984-2001 Wind River Systems, Inc.## modification history# --------------------# 01d,19jul02,pcs  Specify ROM_LINK_ADRS to fix compressed images.# 01c,28apr02,pcs  Add compile time switches for MPC7441# 01b,25mar02,pcs  Add -DSP7455 for PPMC7455.# 01a,31jan02,pcs  Correct typo's## DESCRIPTION# This file contains rules for building VxWorks for the template.## INCLUDES#     makeTarget#*/CPU              = PPC604TOOL             = 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      = sp7441VENDOR          = Motorola###########################################################################BOARD           = Sandpoint Gyrus PPMC7441EXTRA_DEFINE    = -DSP7441############################################################################# 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.# Specify values in hexadecimal, without a leading 0x.#ROM_TEXT_ADRS   = fff00100 # ROM cold entry addressROM_WARM_ADRS   = fff00104 # ROM warm entry addressROM_SIZE        = 00080000 # number of bytes of ROM space (512K)RAM_LOW_ADRS    = 00010000 # RAM text/data address for vxWorksRAM_HIGH_ADRS   = 00400000 # RAM text/data address for bootromLOCAL_MEM_SIZE  = 01000000 # 16 meg memory# 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   = fff00000 USR_ENTRY       = usrInit# BOOT_EXTRA is for any additional bootrom module BOOT_EXTRA	= # MACH_EXTRA is for any additional runtime modules MACH_EXTRA      =  #Use LIB_EXTRA to define extra driver libs to link against.LIB_EXTRA 	= DOC_FILES	=  sysCacheLockLib sysLib## Only redefine make definitions above this point, or the expansion ## of the 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 + -