removed unused iocmotor directory

This commit is contained in:
Ron Sluiter
2000-08-29 13:39:56 +00:00
parent e27b1d0c6d
commit 2cf352b10c
2 changed files with 0 additions and 24 deletions
-4
View File
@@ -1,4 +0,0 @@
TOP = ../..
include $(TOP)/config/CONFIG_APP
ARCH = mv167
include $(TOP)/config/RULES.ioc
-20
View File
@@ -1,20 +0,0 @@
# Example vxWorks startup file
#Following must be added for many board support packages
#cd <full path to target bin directory>
< cdCommands
#< ../nfsCommands
cd appbin
ld < iocCore
ld < seq
#ld < Lib
cd startup
#dbLoadDatabase("../../dbd/.dbd")
#dbLoadRecords("../../db/.db")
#dbLoadTemplate("../../db/.substitutions")
iocInit
#seq &<some snc program>