From 079a610185c7902a7b823e33b87cf429f66b4928 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 5 Apr 2000 16:51:36 +0000 Subject: [PATCH] Add some RTEMS source files. With these added to libCom the EPICS Makefiles can produce a complete RTEMS executable image. --- src/libCom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 0fb2da196..0b71305f0 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -155,8 +155,8 @@ SRCS_WIN32 := getopt.c SRCS_WIN32 += dllmain.cpp # For RTEMS CommandInterpreter -INC_RTEMS := CommandInterpreter.h -SRCS_RTEMS := CommandInterpreter.c +INC_RTEMS += CommandInterpreter.h +SRCS_RTEMS += CommandInterpreter.c rtems_init.c epics_commands.c HTMLS_RTEMS += osi/os/RTEMS/CommandInterpreter.html # Library to build: