forked from epics_driver_modules/motorBase
Only build HytecSrc if IPAC is defined
This commit is contained in:
@@ -84,8 +84,11 @@ AttocubeSrc_DEPEND_DIRS = MotorSrc
|
||||
DIRS += AerotechSrc
|
||||
AerotechSrc_DEPEND_DIRS = MotorSrc
|
||||
|
||||
# The Hytec support requires ipac
|
||||
ifdef IPAC
|
||||
DIRS += HytecSrc
|
||||
HytecSrc_DEPEND_DIRS = MotorSrc
|
||||
endif
|
||||
|
||||
DIRS += ACRSrc
|
||||
ACRSrc_DEPEND_DIRS = MotorSrc
|
||||
|
||||
Reference in New Issue
Block a user