Added write BDT application (#170)
Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
+5
-1
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user