⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 MPC8241:本程序是freescale的824*系列的BSP源程序
💻
字号:
# Makefile - makefile for bsp/config/pmc8240
#
# Copyright 1984-2000 Wind River Systems, Inc.
# Copyright 1996-2000 Motorola, Inc. All Rights Reserved
#
# modification history
# --------------------
# 01b,27apr00,rhk  added .obj file names for ethernet drivers to MACH_EXTRA.
# 01a,22feb00,rhk  written, from mv2100/Makefile, ver 01g
#
# DESCRIPTION
# This file contains rules for building VxWorks for the
# Motorola PrPMC600 board with an MPC8240 integrated processor
# (PowerPC 603 processor core).
#
# INCLUDES
#     makeTarget
#*/

EXTRA_INCLUDE = -Imsystems
CPU              = PPC603
TOOL             = gnu

TGT_DIR=$(WIND_BASE)/target
include $(TGT_DIR)/h/make/defs.bsp
include $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)
include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)
CONFIG_ALL	= all

## Only redefine make definitions below this point, or your definitions will
## be overwritten by the makefile stubs above.

MSYSTEMS_DIR    =  msystems
TARGET_DIR	= pmc8240
VENDOR		= ZTE.UAS
BOARD		= PMC8240

EXTRA_DEFINE    = -DPRPMC600 

USR_ENTRY       = usrInit

#
# The constants ROM_SIZE, and RAM_HIGH_ADRS are defined
# in config.h, MakeSkel, Makefile, and Makefile.*
# All definitions for these constants must be identical.
#

ROM_SIZE	= 0x00080000 # number of bytes of ROM space

RAM_LOW_ADRS	= 00100000 # RAM text/data address
RAM_HIGH_ADRS	= 00800000 # RAM text/data address

CFLAGS 		+= -g 
CFLAG_AS 	+= -g

HEX_FLAGS	= -a 100


BOOT_EXTRA	= selfTest.o
##MACH_EXTRA	=  i82559Drv.obj i82559DrvEnd.obj 

LIB_EXTRA_EXTRA =
##LIB_EXTRA	= $(MSYSTEMS_DIR)/msystems.a
RELEASE         = bootrom_uncmp vxWorks vxWorks.st



## 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 + -