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

📄 makefile

📁 WINDRIVER 8260 ATM BSP
💻
字号:
# Makefile - make rules for vw/config/wrSbc8260Atm Wind River SBC8260ATM Board## Copyright 1988-2001 Wind River Systems, Inc.## modification history# --------------------# 01i,14jan03,gjc  SPR#85093 :Moved m8260SccEnd to the src/drv/end directory. #                  Removed m8260SccEnd.obj from MACH_EXTRA# 01h,03oct02,nrv  Removing cfiscs.obj from MACH_EXTRA# 01g,30sep02,nrv  Adding cfiscs.obj to MACH_EXTRA# 01f,26apr02,gjc  Removing -g -o from EXTRA_DEFINE SPR #73140# 01e,01apr02,kab  SPR 73140: ADDED_CFLAGS should be empty# 01d,17jan02,kab  Correct TARGET_DIR# 01c,19nov01,g_h  Change -O0 to -O to be compatible with DIAB# 01b,14nov01,dat  RELEASE update# 01a,30oct01,g_h  SPR 7747 - Removed HEX_FLAGS definition.# 01a.12jun01,g_h  adopted from wrSbc8260 BSP makefile (ver 01a).## DESCRIPTION# -----------# This file contains rules for building VxWorks for the# Wind River SBC8260 board. ##  TARGETS#  -------#  This section briefly lists the available build targets. ## INCLUDES#     makeTarget#*/CPU             = PPC603TOOL            = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bsp#### Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.##TARGET_DIR	= wrSbc8260AtmVENDOR		= WindRiverBOARD		= SBC8260ATM EvaluationRELEASE         += 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.*## All definitions for these constants must be identical.ROM_TEXT_ADRS   = FFF00100  # ROM entry addressROM_SIZE        = 00100000  # number of bytes of ROM space RAM_LOW_ADRS    = 00100000  # RAM text/data addressRAM_HIGH_ADRS   = 01E00000  # RAM text/data address, for 64Meg 01E00000 and for 16Meg 00E00000## Comment the following line to disable debuggingEXTRA_DEFINE    = MACH_EXTRA	=   EXTRA_MODULES   = ## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -