Skip to content
Snippets Groups Projects
Unverified Commit b1e6fdff authored by klang's avatar klang Committed by GitHub
Browse files

Add softGlueZynq module

parent 2997bcd2
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,11 @@ ifeq ($(OS_CLASS), Linux)
$(DBD_NAME)_DBD += softGlueSupport.dbd
$(PROD_NAME)_LIBS := softGlue $($(PROD_NAME)_LIBS)
endif
ifdef SOFTGLUEZYNQ
$(DBD_NAME)_DBD += softGlueZynqSupport.dbd
$(PROD_NAME)_LIBS := softGlueZynq $($(PROD_NAME)_LIBS)
endif
endif
$(PROD_NAME)_LIBS += $(EPICS_BASE_IOC_LIBS)
......
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