Fix BACnet/IP builds for BBMD clients without BBMD tables. (#523)

* Fix BACnet/IP builds for BBMD clients without BBMD tables.

* added BBMD=client to pipeline build

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-10-31 10:57:44 -05:00
committed by GitHub
parent c1464a1660
commit 2536d5a350
7 changed files with 39 additions and 2 deletions
+8
View File
@@ -33,6 +33,14 @@ bip6-win32:
bip6:
$(MAKE) BACDL=bip6 -s -C apps all
.PHONY: bip
bip:
$(MAKE) BACDL=bip -s -C apps all
.PHONY: bip-client
bip-client:
$(MAKE) BACDL=bip BBMD=client -s -C apps all
.PHONY: ethernet
ethernet:
$(MAKE) BACDL=ethernet -s -C apps all