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 to be built
buildInstall: cdCommands
include $(TOP)/configure/RULES.ioc
@@ -1,3 +0,0 @@
On host execute the command
../../bin/<arch>/example stcmd.host
@@ -0,0 +1,3 @@
To start the ioc from this directory execute the command
../../bin/_ARCH_/example st.cmd
@@ -1,7 +1,7 @@
# Example vxWorks startup file
# Following must be added for many board support packages
#cd <full path to target bin directory>
# Following will be needed for many board support packages
#cd _TOP_/iocBoot/_IOC_
< cdCommands