Skip to content
Snippets Groups Projects
Commit 0201cc03 authored by rivers's avatar rivers
Browse files

Added Amptek support on Linux

parent 7e18fc01
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,14 @@ ifneq (,$(findstring linux, $(T_A)))
$(PROD_NAME)_LIBS := mcaCanberra $($(PROD_NAME)_LIBS)
$(PROD_NAME)_SYS_LIBS += net pcap
endif
# If your host supports libusb-1.0 and you want to build Amptek
# support, set LINUX_USB-1.0_INSTALLED to YES in <synApps>/configure/CONFIG_SITE.
ifeq ($(LINUX_USB-1.0_INSTALLED), YES)
$(DBD_NAME)_DBD += mcaAmptekSupport.dbd
$(PROD_NAME)_LIBS := mcaAmptek $($(PROD_NAME)_LIBS)
$(PROD_NAME)_SYS_LIBS += usb-1.0
endif
endif
ifdef IPAC
......
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