mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 12:55:26 +08:00
16 lines
279 B
INI
16 lines
279 B
INI
#
|
|
# Configuration file for the "no_bsp" board
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
|
|
|
RTEMS_CPU=no_cpu
|
|
RTEMS_CPU_MODEL=no_cpu_model
|
|
|
|
# This is the actual bsp directory used during the build process.
|
|
RTEMS_BSP_FAMILY=no_bsp
|
|
|
|
# Miscellaneous additions go here
|