src/makefile: serial += compat

This commit is contained in:
E. Westbrook 2019-02-27 21:05:38 -07:00
parent 8b2dcdcf7d
commit c8d0fdda54

View File

@ -336,6 +336,7 @@ UNIX_OBJS=\
#
SERIAL_OBJS=\
buffer.$(O) \
compat.$(O) \
auxiliar.$(O) \
options.$(O) \
timeout.$(O) \