Skip to content

Commit

Permalink
iocs/.../Makefile may need calc
Browse files Browse the repository at this point in the history
Commit 9c372b3,
  "Added records to HXP_coords.db ..." added a db file using the sseq record.

This record is part of the calc module, which may be missing...
Add it (conditionally) to iocs/newportIOC/newportApp/src/Makefile
  • Loading branch information
tboegi committed Sep 19, 2024
1 parent c86aeb8 commit 3798c43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iocs/newportIOC/newportApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ newport_DBD += base.dbd
newport_DBD += asyn.dbd
newport_DBD += drvAsynSerialPort.dbd
#endif
#ifdef CALC
newport_DBD += calc.dbd
#endif
newport_DBD += motorSupport.dbd
newport_DBD += devNewport.dbd

Expand All @@ -32,6 +35,9 @@ newport_LIBS += motor
#ifdef ASYN
newport_LIBS += asyn
#endif
#ifdef CALC
newport_LIBS += calc
#endif
#ifdef SNCSEQ
newport_LIBS += seq pv
#endif
Expand Down

0 comments on commit 3798c43

Please sign in to comment.