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

📄 bsp.mak

📁 osapi 2.0 操作系统抽象层 "系统抽象层"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口
💻 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 + -