Un-refactored property-list module to lower resource requirements on small devices.
This commit is contained in:
@@ -13,8 +13,6 @@ SRCS = main.c \
|
|||||||
|
|
||||||
OBJS = ${SRCS:.c=.o}
|
OBJS = ${SRCS:.c=.o}
|
||||||
|
|
||||||
CFLAGS += -DBACNET_PROPERTY_LISTS=1
|
|
||||||
|
|
||||||
all: ${BACNET_LIB_TARGET} Makefile ${TARGET_BIN}
|
all: ${BACNET_LIB_TARGET} Makefile ${TARGET_BIN}
|
||||||
|
|
||||||
${TARGET_BIN}: ${OBJS} Makefile ${BACNET_LIB_TARGET}
|
${TARGET_BIN}: ${OBJS} Makefile ${BACNET_LIB_TARGET}
|
||||||
|
|||||||
Reference in New Issue
Block a user