makefile: enabling YAML costs 2KB

This commit is contained in:
Ariadne Conill 2020-11-11 03:25:54 -07:00
parent 8097d5015f
commit 7ca5305063

View file

@ -81,7 +81,7 @@ MULTICALL_${CONFIG_IFPARSE}_OBJ += ${IFPARSE_SRC:.c=.o}
CMDS_${CONFIG_IFPARSE} += ifparse
CPPFLAGS_${CONFIG_IFPARSE} += -DCONFIG_IFPARSE
# enable YAML support (+? KB)
# enable YAML support (+2 KB)
CONFIG_YAML ?= Y
YAML_SRC = \
libifupdown/yaml-base.c \