From 4dac34a6ab0fe9b0f4ad69d75602c0de29d36706 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 6 May 2002 20:05:35 +0000 Subject: [PATCH] Build complete applications for RTEMS. --- src/libCom/test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index 8cfa28478..d35005681 100644 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -56,5 +56,7 @@ OBJS_IOC += epicsExceptionTest #fdmgrTest_SRCS += fdmgrTest.c #PROD_HOST += fdmgrTest +PROD_RTEMS = $(PROD_HOST) + include $(TOP)/configure/RULES