This is needed to allow multiple targets to be built against the same RTEMS BSP, allowing e.g. -qemu and -gesys targets.
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
#
|
|
# Author: W. Eric Norum
|
|
# Canadian Light Source
|
|
# eric@cls.usask.ca
|
|
#
|
|
# All RTEMS targets use the same Makefile fragment
|
|
#
|
|
RTEMS_BSP = mvme167
|
|
RTEMS_TARGET_CPU = m68k
|
|
include $(CONFIG)/os/CONFIG.Common.RTEMS
|