Modified OmsSrc/Makefile to only build MAX_trajectoryScan.st if SNCSEQ is defined.

This commit is contained in:
kmpeters
2011-06-27 21:10:56 +00:00
parent 5bafaed437
commit 7c76cbea52
+2
View File
@@ -12,7 +12,9 @@ DBD += devOms.dbd
LIBRARY_IOC_DEFAULT += oms
# Trajectory support for MAXV controller
ifdef SNCSEQ
SRCS += MAX_trajectoryScan.st
endif
# The following is required for the OMS PC68/78 (i.e., devOmsPC68) device driver.
ifdef ASYN