📄 makefile
字号:
# Makefile - makefile for bsp/config/ads836x## Copyright 1984-2005 Wind River Systems, Inc.## modification history# --------------------# 01e,02mar07,rec WIND00089420 - remove ipnet makefile workaround# 01d,21jun06,dtr Change cpu tupe.# 01c,03aug05,dtr Remove romExtras.a and put cfiscs.c as include in sysTffs.c# 01b,25mar05,dtr Use CPU_VARIANT for 83xx.# 01a,19jan05,dtr created from ads827x Makefile## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Voyager Application Development Support Board with a PowerPC 8272## INCLUDES# makeTarget#*/CPU = PPC32CPU_VARIANT = _ppc603_83xxTOOL = diabTGT_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 = mds8360VENDOR = MotorolaBOARD = mds8360USR_ENTRY = usrInitLIB_EXTRA = RELEASE += bootrom_uncmp.hex## 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 = fe000100 # ROM entry addressROM_SIZE = 00100000 # number of bytes of ROM spaceROM_WARM_ADRS = fe000108 # ROM warm entry address ROM_LINK_ADRS = fe000000RAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00e00000 # RAM text/data address# uncomment the following line to enable debugging#ADDED_CFLAGS += -g -OEXTRA_DEFINE += -DVXWORKS -DMPC83XXMACH_EXTRA = sysAUtils.o## 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 + -