epics-modules / xxx

APS BCDA synApps module: xxx

Home Page:http://epics-modules.github.io/xxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH add support for pvaDriver cam in Makefile

prjemian opened this issue · comments

Environment variables for various area detector cams are in the Makefile. It would be good to add pvaDriver to this.

What's the symbol needed?

Need an ifdef block for PVADRIVER.

Perhaps:

ifdef PVADRIVER
  $(DBD_NAME)_DBD += pvaDriverSupport.dbd
  $(PROD_NAME)_LIBS := pvaDriver $($(PROD_NAME)_LIBS)
endif