Modifications to support architecture-specific template files.

vxWorks-specific and Common files for host IOCs
This commit is contained in:
Andrew Johnson
2001-05-19 02:42:59 +00:00
parent 2b0f55ad23
commit 6bd55da631
11 changed files with 28 additions and 6 deletions
@@ -0,0 +1,8 @@
TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = _ARCH_
# vxWorks architecture needs a cdCommands file
buildInstall: cdCommands
include $(TOP)/configure/RULES.ioc
@@ -0,0 +1,6 @@
# Simple startup script
dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/_APPNAME_.db","user=_USER_Host")
iocInit()
#seq snc_APPNAME_,"user=_USER_Host"
@@ -1,6 +1,6 @@
# Example vxWorks startup file
#Following must be added for many board support packages
#cd <full path to target bin directory>
#cd _TOP_/iocBoot/_IOC_
< cdCommands