Add a couple of example configuration files for RTEMS PowerPC targets.

This commit is contained in:
W. Eric Norum
2002-10-31 22:05:00 +00:00
parent fd98efb6f8
commit e29727f600
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#
# $Id$
# Author: W. Eric Norum
# Canadian Light Source
# eric@cls.usask.ca
#
# All RTEMS targets use the same Makefile fragment
#
RTEMS_TARGET_CPU=ppc
include $(CONFIG)/os/CONFIG.Common.RTEMS

View File

@@ -0,0 +1,10 @@
#
# $Id$
# Author: W. Eric Norum
# University of Saskatchewan
# eric.norum@usask.ca
#
# All RTEMS targets use the same Makefile fragment
#
RTEMS_TARGET_CPU=ppc
include $(CONFIG)/os/CONFIG.Common.RTEMS