diff --git a/src/makeBaseApp/top/exampleApp/src/Makefile b/src/makeBaseApp/top/exampleApp/src/Makefile index 6f3e6aa13..9c8fcb816 100644 --- a/src/makeBaseApp/top/exampleApp/src/Makefile +++ b/src/makeBaseApp/top/exampleApp/src/Makefile @@ -61,6 +61,8 @@ example_SRCS_DEFAULT += exampleMain.c example_SRCS_vxWorks += -nil- example_OBJS_vxWorks += $(EPICS_BASE_BIN)/iocCoreLibrary +#The following adds drvTS support for vxWorks +#example_OBJS_vxWorks += $(EPICS_BASE_BIN)/drvTS #example_SRCS += sncExample.stt diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index 1b23723a4..ad8efd1a7 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -16,8 +16,7 @@ cd topbin ld < exampleLibrary.munch -#The following uses drvTS for vxWorks -#ld < /bin/vxWorks-/drvTS.o +#The following uses drvTS for vxWorks IF it was included in src/Makefile #TSinit cd top