Added conditional in Makefile so that the BVLC (IP) demos only get built when BACnet/IP is specified.
This commit is contained in:
@@ -47,8 +47,11 @@ LFLAGS = -Wl,$(LIBRARIES)
|
|||||||
|
|
||||||
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
|
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
|
||||||
whohas whois ucov scov timesync epics readpropm \
|
whohas whois ucov scov timesync epics readpropm \
|
||||||
mstpcap mstpcrc uptransfer \
|
mstpcap mstpcrc uptransfer
|
||||||
whoisrouter iamrouter initrouter readbdt
|
|
||||||
|
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
|
||||||
|
SUBDIRS += whoisrouter iamrouter initrouter readbdt
|
||||||
|
endif
|
||||||
#ifeq (${BACNET_PORT},linux)
|
#ifeq (${BACNET_PORT},linux)
|
||||||
#SUBDIRS += router
|
#SUBDIRS += router
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user