📄 makefile
字号:
# Makefile - make rules for target/config/wrSbcArm7## Copyright 1996-2001 Wind River Systems, Inc.## modification history# --------------------## DESCRIPTION# This file contains rules for building VxWorks for the SBC ARM7 board# in little endian mode## INCLUDES# makeTarget#*/CPU = ARMARCH4TOOL = gnuEXTRA_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)DOC_FILES = sysLib s3c44b0xSio## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = bspS3C44B0XVENDOR = WindRiverBOARD = S3C44B0## 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 = 00000000 # ROM entry addressROM_WARM_ADRS = 00000000 # ROM warm entry addressROM_SIZE = 00080000 # number of bytes of ROM spaceRAM_LOW_ADRS = 0C001000 # RAM text/data address (bootrom)RAM_HIGH_ADRS = 0C500000 # RAM text/data address (bootrom)#MACH_EXTRA = sngks32cEnd.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)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -