diff --git a/motorApp/Makefile b/motorApp/Makefile index 96d99cee..6737e02c 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -14,5 +14,6 @@ SoftMotorSrc_DEPEND_DIRS = MotorSrc DIRS += op DIRS += Db +DIRS += iocsh include $(TOP)/configure/RULES_DIRS diff --git a/motorApp/iocsh/Makefile b/motorApp/iocsh/Makefile new file mode 100644 index 00000000..ae43c986 --- /dev/null +++ b/motorApp/iocsh/Makefile @@ -0,0 +1,4 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG + +include $(TOP)/configure/RULES diff --git a/iocsh/allstop.iocsh b/motorApp/iocsh/allstop.iocsh similarity index 100% rename from iocsh/allstop.iocsh rename to motorApp/iocsh/allstop.iocsh