Add support for serial devices as socket streams on unix.

This commit is contained in:
Sam Roberts 2012-02-23 17:12:37 -08:00
parent 3b19f2a7ed
commit b1f7c349b5
6 changed files with 265 additions and 1 deletions

View file

@ -48,6 +48,7 @@ install: all
install-unix: install all-unix
cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/$(UNIX_SO)
cd src; $(INSTALL_EXEC) $(SERIAL_SO) $(INSTALL_SOCKET_LIB)/$(SERIAL_SO)
#------
# End of makefile