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

📄 makefile

📁 LoPEC Early Access VxWorks BSP
💻
字号:
# Makefile - makefile for bsp/config/lopec## Copyright 1984-2001 Wind River Systems, Inc.# Copyright 1996-2001 Motorola, Inc. All Rights Reserved## modification history# --------------------# 01f,08man01,cak  added sysRtc, sysFailsafe, m48t37 to DOC_FILES#                  and added EXTRA_DOC_FLAGS# 01e,18jan01,cak  added sym895Lib.obj (SCSI driver)# 01d,08dec00,djs  added sysMotVpdALib.o# 01c,30nov00,djs  added i82559 objs# 01b,20nov00,scb  Processor support# 01a,02nov00,djs  created from 01h,15jun00,dmw## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola LoPEC board with a PowerPC processor.## INCLUDES#     makeTarget#*/CPU              = PPC604TOOL             = gnuTGT_DIR=$(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bspinclude $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)# # DOC_FILES is defined in h/make/defs.bsp.  It is being redefined# here so that the appropriate html documentation is created when# a make man command is executed.#DOC_FILES       = sysLib tyCoDrv sysTffs mkboot sysRtc sysFailsafe \                  m48t37 ## EXTRA_DOC_FLAGS is included so that all real-time clock, alarm# clock, and failsafe timer routines will be included in the html# documentation (make man), regardless of whether INCLUDE_RTC or# INCLUDE_FAILSAFE are defined.#EXTRA_DOC_FLAGS	= -DINCLUDE_RTC -DINCLUDE_FAILSAFE## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR	= lopecVENDOR		= MotorolaBOARD		= LoPECEXTRA_DEFINE    = -DLOPEC -DTARGET_DIR="\"$(TARGET_DIR)\""USR_ENTRY       = usrInit## The constants ROM_SIZE, and RAM_HIGH_ADRS are defined# in config.h, MakeSkel, Makefile, and Makefile.*# All definitions for these constants must be identical.#ROM_SIZE	= 0x00100000 # number of bytes of ROM spaceRAM_LOW_ADRS	= 00100000 # RAM text/data addressRAM_HIGH_ADRS	= 00800000 # RAM text/data addressHEX_FLAGS	= -a 100BOOT_EXTRA	= mpc107MemParam.o sysMotVpdUtil.o sysI2cDrv.o sysI2cMpc107.o \		  sysMotVpdALib.oMACH_EXTRA	= mpc107MemParam.o sysMotVpdUtil.o dec21x40End.obj \		  sysI2cDrv.o sysI2cMpc107.o sysMaxL2Disable.o \		  sysMotVpdALib.o i82559Drv.obj i82559DrvEnd.obj \                  sym895Lib.objRELEASE         = bootrom_uncmp vxWorks vxWorks.st## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bspinclude $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)

⌨️ 快捷键说明

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