📄 bsp.mak
字号:
################################################################################ File: bsp.mak## Purpose:# Compile Board Support Package routines for the Honeywell prototype board# running under VxWorks.## History:################################################################################# (BASE and PROLOG are defined on command line.)# Include build-specific configuration information.include $(PROLOG)include $(CONFIG_DEF)# Subsystem produced by this makefile.TARGET = bsp# Source and include file directories that are specific to subsystem.LOCALSRC = $(BASE)/arch/ppc/vxworks/bspLOCALINC =# Define compiler definitions that are specific to subsystem.LOCALCOPTS = -DBUILD_OS#==============================================================================# Object files required to build subsystem.OBJS=vxworks.o bsp_voltab.o#==============================================================================# Source files required to build subsystem; used to generate dependencies.SOURCES = InitBoard.c start.S vectors.S rtems.c#==============================================================================# Rules for building standard targets.include $(RULE_DEF)# eof
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -