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