📄 makefile
字号:
######################################################################
#
# 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/mpc8xx
# Board
BOARD = SBRAM_PB
# Project
PROJ = smartbox
########## DO NOT TOUCH ##############################################
PROJPATH := ../../../../../proj
######################################################################
######################################################################
# Add files to be compiled below in the appropriate section
#
DRIVER_FILES = scc1eth smc1uart
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -