Skip to content

Commit

Permalink
Only build etherip on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Jan 2, 2024
1 parent b4ffc45 commit adbbd8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xxxApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@ ifdef DEVIOCSTATS
$(PROD_NAME)_LIBS := devIocStats $($(PROD_NAME)_LIBS)
endif

ifdef ETHERIP
$(DBD_NAME)_DBD += ether_ip.dbd
$(PROD_NAME)_LIBS := ether_ip $($(PROD_NAME)_LIBS)
endif

ifdef ALIVE
ifndef ADCORE
$(DBD_NAME)_DBD += aliveSupport.dbd
Expand Down Expand Up @@ -506,6 +501,11 @@ endif
endif
endif

ifdef ETHERIP
$(DBD_NAME)_DBD += ether_ip.dbd
$(PROD_NAME)_LIBS := ether_ip $($(PROD_NAME)_LIBS)
endif

ifdef MCA
# If your host supports libpcap and libnet and you want to build Canberra network
# support, set LINUX_NET_INSTALLED to YES in <synApps>/configure/CONFIG_SITE.
Expand Down

0 comments on commit adbbd8e

Please sign in to comment.