📄 makefile
字号:
# Makefile - makefile for bsp/config/ads860## Copyright 1984-1996 Wind River Systems, Inc.## modification history# --------------------# 01i,04mar99,cn merged from ads860 release view, removed macro BOOTINIT# (SPR# 23153).# 01h,22feb99,cn added macro BOOTINIT (SPR# 9220).# 01g,30nov98,cn added macro USR_ENTRY (SPR# 9946).# 01f,15may98,pcn Removed objcopy from Makefile.# 01e,12dec97,pcn Added Objcopy in BSP build.# 01d,06nov96,tpr replaced RAM_LOW_ADRS from 00100000 to 00010000.# + remove RELEASE.# 01c,25jun96,tpr removed vxWorks.st of the release rule.# 01b,20jun96,tpr added TGT_DIR and replaced $(WIND_BASE) by $(TGT_DIR).# 01a,16apr96,tpr written from bsp/ultra603/Makefile 01c version.## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Application Development Support Board with a PowerPC 860 or # PowerPC 821 processor.## INCLUDES# makeTarget#*/CPU = PPC860TOOL = gnuTGT_DIR = ..\..include $(TGT_DIR)/h/make/defs.bspinclude $(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.CPU_DIR = $(TGT_DIR)/config/mpc852-0923TARGET_DIR = ads860VENDOR = MotorolaBOARD = MPC860adsUSR_ENTRY = usrInit# We have a modified bootConfig.cBOOTCONFIG = bootConfig.cBOOTINIT = bootInit.cUSRCONFIG =usrConfig.c##test moudule hyf vpath %.c $(CPU_DIR)## 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 = 18000100 # ROM entry addressROM_SIZE = 00080000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00020000 # RAM text/data addressRAM_HIGH_ADRS = 00E00000 # RAM text/data addressHEX_FLAGS = -a $(ROM_TEXT_ADRS)ADDED_CFLAGS += -gdwarf -DMAKE_VXWORKS_DEBUGMACH_EXTRA +=KzCpmTimer.o Drv_852Smc.o Drv_LoadCtrl.o Drv_Crc.o Drv_29LV160.o motFecEnd.o## 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 + -