From 14f6fe08fbe8b0eace6ca142ef23e0f0f1efad44 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 9 Apr 2003 01:41:36 +0000 Subject: [PATCH] Added softIoc application. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index e69c5a46c..c3529360b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,6 +43,7 @@ endif ifneq (,$(findstring RTEMS,$(BUILD_ARCHS))) DIRS += RTEMS endif +DIRS += softIoc DIRS += libCom/test DIRS += gdd DIRS += cas