📄 makefile
字号:
#############################################################################
#
# Makefile - makefile for Embedded Planet EP8xx Board
#
# Copyright 1988-2000 Wind River Systems, Inc.
#
# Copyright 2001-2003 Embedded Planet, LLC.
#
# DESCRIPTION
# -----------
# This file contains rules for building VxWorks for the
# Embedded Planet EP8xx CPU Boards.
#
# TARGETS
# -------
# This section briefly lists the available build targets.
#
#
#############################################################################
CPU = PPC860
TOOL = gnu
TGT_DIR = $(WIND_BASE)/target
include $(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 = ep8xx_bsp
VENDOR = EmbeddedPlanet
BOARD = EP8xx
## 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 = FF900000 # ROM entry address
ROM_SIZE = 00800000 # number of bytes of ROM space
RAM_LOW_ADRS = 00010000 # RAM text/data address
RAM_HIGH_ADRS = 00A00000 # RAM text/data address
USR_ENTRY = usrInit
MACH_EXTRA =
## 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 + -