mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/no_bsp.cfg: New (relocated from /make/custom).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/no_bsp.cfg: New (relocated from /make/custom).
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
15
c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
Normal file
15
c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user