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