?? makefile
字號:
# Makefile - make rules for target/config/smdk2510## Copyright 1999-2000 Wind River Systems, Inc.# Copyright 1999-2000 ARM Limited# Copyright 2002 SAMSUNG ELECTRONICS## modification history# --------------------# 01b,17July02,jwchoi# 01a,08feb02,ljm created from 01g of integrator940t.## DESCRIPTION# This file contains rules for building VxWorks for the SAMSUNG S3C2510# fited with an ARM940T core module.## INCLUDES# makeTarget#*/CPU = ARMARCH4TOOL = gnuEXTRA_DEFINE = -Wcomment -DCPU_940T \ -DARMMMU=ARMMMU_940T -DARMCACHE=ARMCACHE_940TTGT_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)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = smdk2510VENDOR = SAMSUNGBOARD = SMDK2510## 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 = 80000000 # ROM entry addressROM_SIZE = 00080000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00001000 # RAM text/data addressRAM_HIGH_ADRS = 00600000 # RAM text/data addressMACH_EXTRA = s3c2510Eth.o s3c2510Des.o s3c2510Usb.o usrApp.o diag.o# relocate the rom image to offset by ROM_TEXT_ADRS - RAM_LOW_ADRSHEX_FLAGS = -v --adjust-vma 0X7FFFF000VMA_FLAGS = -O srec --set-start=$(VMA_START)## 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 + -