Skip to content
Snippets Groups Projects
Commit f27ece39 authored by kpetersn's avatar kpetersn
Browse files

Added motorVMC to the IOC's src/Makefile

parent 807b734e
No related branches found
Tags 5.3 5.4
No related merge requests found
......@@ -284,6 +284,11 @@ ifdef MODBUS
$(PROD_NAME)_LIBS := modbus $($(PROD_NAME)_LIBS)
endif
ifdef MOTOR_VMC
$(DBD_NAME)_DBD += vmcSupport.dbd
$(PROD_NAME)_LIBS := vmc $($(PROD_NAME)_LIBS)
endif
ifdef MOTOR
$(DBD_NAME)_DBD += motorSupport.dbd devAcsMotor.dbd devAerotech.dbd
$(DBD_NAME)_DBD += devAttocube.dbd devFaulhaberMotor.dbd devImsMotor.dbd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment