?? makefile
字號(hào):
# Makefile - make rules for target/config/wrSbcArm7## Copyright 2004-2005 Amine@263.net
## Copyright 1996-2001 Wind River Systems, Inc.## modification history# --------------------# 01o,23jul04,a_m BSP定制 for 思創(chuàng)S3C44B0X黃金開發(fā)板
# 01h,07dec01,m_h increase ROM_SIZE for rom resident images# 01g,14nov01,dat removed RELEASE# 01f,30oct01,tpw Standardize kernel links and bootrom conversions.# 01e,25sep01,dat Update for T2.2# 01g,27sep01,m_h little endian comment# 01f,10jul01,g_h remove sngks32cSio & sbcCksum# 01e,05jun01,m_h add cksum workaround for hardware bug# 01d,22may01,m_h update DOC_FILES# 01c,26apr01,m_h add vxWorks.st to release build list# 01b,17apr01,m_h remove pkLib.o# 01a,12apr01,m_h created from snds100 template.## DESCRIPTION# This file contains rules for building VxWorks for the SBC ARM7 board# in little endian mode## INCLUDES# makeTarget#*/CPU = ARMARCH4# Amine: gnu->diabTOOL = diabEXTRA_DEFINE = -Wcomment -DCPU_7TDMI -DARMMMU=ARMMMU_NONE -DARMCACHE=ARMCACHE_KS32CTGT_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)# Amine: sngks32cEnd deletedDOC_FILES = sysLib sngks32cSio## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.# Amine: wrSbcArm7->bspS3C44B0XTARGET_DIR = bspS3C44B0X# Amine: WindRiver->AmineVENDOR = Amine# Amine: SBCARM7->strong44B0XBOARD = strong44B0X# Amine: addedCONFIG_ALL = $(TGT_DIR)\config\allS3C44B0X## 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.## Amine: 01000000->00000000ROM_TEXT_ADRS = 00000000 # ROM entry address# Amine: 01000004->00000004ROM_WARM_ADRS = 00000004 # ROM warm entry address# Amine: 00100000->00080000ROM_SIZE = 00080000 # number of bytes of ROM space# Amine: 00006000->0C001000RAM_LOW_ADRS = 0C001000 # RAM text/data address (bootrom)# Amine: 00480000->0C500000RAM_HIGH_ADRS = 0C500000 # RAM text/data address (bootrom)# Amine: sngks32cEnd.o deleted, other addedMACH_EXTRA = ne2000End.o sst39vf160.o ftpdLib.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#include $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -