Skip to content

Commit

Permalink
fix: Fix inclusion of evrSupportBase7.dbd
Browse files Browse the repository at this point in the history
This dbd is used by the evreventutag.db, and without this fix the
mrf.dbd wouldn't have it included. The change also include it to be
built on dbd folder
  • Loading branch information
gabrielfedel committed Mar 8, 2024
1 parent 963db85 commit 61c85a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evrApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ SRC_DIRS += evr
USR_INCLUDES += -I$(TOP)/mrfCommon/src

DBD += evrSupport.dbd
ifdef BASE_7_0
DBD += evrSupportBase7.dbd
endif

# INC += evr/pulser.h
# INC += evr/output.h
Expand Down
5 changes: 5 additions & 0 deletions mrfApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ mrf_DBD += drvemSupport.dbd
mrf_DBD += epicsvme.dbd
mrf_DBD += epicspci.dbd

ifdef BASE_7_0
mrf_DBD += evrSupportBase7.dbd
endif


# Add all the support libraries needed by this IOC
mrf_LIBS += evgmrm evrMrm evr mrmShared mrfCommon epicspci epicsvme

Expand Down

0 comments on commit 61c85a0

Please sign in to comment.