From bf87dfcc78054304fa2684a374dff960d2f6ba12 Mon Sep 17 00:00:00 2001
From: sluiter <sluiter@aps.anl.gov>
Date: Wed, 3 Aug 2016 15:15:49 -0500
Subject: [PATCH] Add Acromag IP520 support.

---
 xxxApp/src/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index 63ddcfa..b3ce428 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -325,6 +325,8 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
 		iocxxxVX_DBD += tyGSOctal.dbd
 		iocxxxVX_DBD += drvIpac.dbd
 		xxx_LIBS_vxWorks += TyGSOctal Ipac
+		iocxxxVX_DBD += IP520.dbd
+		xxx_LIBS_vxWorks += IP520
 	endif
 
 	ifdef ASYN
-- 
GitLab