makefile

来自「motorola自己开发的针对coldfire 5272的Dbug bootlo」· 代码 · 共 53 行

TXT
53
字号
######################################################################
#
#	FILENAME:		Directory level makefile		
#
#	PURPOSE:		Makes the files in the directory
#
#	NOTES:
#
#	AUTHOR:		
#	DATE:			9/27/99
#
#	MODIFICATIONS:
#
######################################################################


######################################################################
# The following variables must be set if the makefile is to be run
#  standalone.  They do not need to be cleared for other builds to work
#  as they are overridden when called by other makefiles.
# 

# Device path to place compiled pieces in
DEVPATH = ../src/dbug/v2/dev/flash
# Board
BOARD = BBRAM
# Project
PROJ = blackbird


########## DO NOT TOUCH ##############################################
PROJPATH := ../../../../../proj
######################################################################

######################################################################
# Add files to be compiled below in the appropriate section
#

DRIVER_FILES = amd29f040
API_FILES = 
DIAG_FILES = 
CMD_FILES = 
CORE_FILES = $(DRIVER_FILES)

######################################################################
# Add directories to be made
#
SUBDIRS =   

########## DO NOT TOUCH ##############################################
include $(PROJPATH)/common/maketpl/common.tpl 
######################################################################

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?