From 4375774da382c7c17e662fbbe47c2b4f4da57c06 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 14 Jun 2001 21:45:09 +0000 Subject: [PATCH] Added RTEMS template files. --- src/makeBaseApp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makeBaseApp/Makefile b/src/makeBaseApp/Makefile index 54259fbef..35dd57129 100644 --- a/src/makeBaseApp/Makefile +++ b/src/makeBaseApp/Makefile @@ -36,6 +36,7 @@ TEMPLATES += top/exampleBoot/ioc/Makefile@Common TEMPLATES += top/exampleBoot/ioc/Makefile@vxWorks TEMPLATES += top/exampleBoot/ioc/st.cmd@Common TEMPLATES += top/exampleBoot/ioc/st.cmd@vxWorks +TEMPLATES += top/exampleBoot/ioc/st.cmd@RTEMS TEMPLATES += top/exampleBoot/ioc/README@Common TEMPLATES += top/exampleBoot/ioc/README@vxWorks @@ -49,6 +50,7 @@ TEMPLATES += top/simpleBoot/ioc/Makefile@Common TEMPLATES += top/simpleBoot/ioc/Makefile@vxWorks TEMPLATES += top/simpleBoot/ioc/st.cmd@Common TEMPLATES += top/simpleBoot/ioc/st.cmd@vxWorks +TEMPLATES += top/simpleBoot/ioc/st.cmd@RTEMS SCRIPTS += makeBaseApp.pl