From db3ba46ab059e3e44210d4fbece165b1dd44a36a Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 19 Sep 2006 16:50:33 +0000 Subject: [PATCH] += RTEMS on ARM --- configure/os/CONFIG.Common.RTEMS-at91rm9200ek | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configure/os/CONFIG.Common.RTEMS-at91rm9200ek diff --git a/configure/os/CONFIG.Common.RTEMS-at91rm9200ek b/configure/os/CONFIG.Common.RTEMS-at91rm9200ek new file mode 100644 index 000000000..6f5f97732 --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-at91rm9200ek @@ -0,0 +1,13 @@ +# +# CONFIG.Common.RTEMS-at91rm9200ek +# Author: Ralf Hartmann +# BESSY +# Ralf.Hartmann@bessy.de +# +# Atmel AT91RM9200-EK evaluation kit +# using the AT91RM9200 ARM9-based 32-bit RISC microcontroller +# +# All RTEMS targets use the same Makefile fragment +# +RTEMS_TARGET_CPU=arm +include $(CONFIG)/os/CONFIG.Common.RTEMS