mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 00:42:29 +08:00
20 lines
361 B
INI
20 lines
361 B
INI
#
|
|
# Config file for the mvme147s BSP
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
#
|
|
# mvme147s and mvme147 use the same toolset
|
|
#
|
|
|
|
include $(RTEMS_ROOT)/make/custom/mvme147.cfg
|
|
|
|
# This is the actual bsp directory used during the build process.
|
|
RTEMS_BSP_FAMILY=mvme147s
|
|
|
|
# Define this to yes if this target supports multiprocessor environments.
|
|
HAS_MP=yes
|
|
|
|
# Miscellaneous additions go here
|