Added write BDT application (#170)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2021-04-23 13:46:21 -05:00
committed by GitHub
parent 70c1d8bd7a
commit a4fe367ac0
8 changed files with 386 additions and 3 deletions
+5 -1
View File
@@ -188,7 +188,7 @@ SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
writepropm uptransfer getevent uevent abort error event ack-alarm
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
SUBDIRS += whoisrouter iamrouter initrouter readbdt readfdt
SUBDIRS += whoisrouter iamrouter initrouter readbdt readfdt writebdt
endif
ifeq (${BACNET_PORT},linux)
@@ -281,6 +281,10 @@ uevent:
whois:
$(MAKE) -b -C $@
.PHONY: writebdt
writebdt:
$(MAKE) -b -C $@
.PHONY: router
router:
$(MAKE) -s -b -C $@