Add support for serial devices as socket streams on unix.
This commit is contained in:
parent
3b19f2a7ed
commit
b1f7c349b5
6 changed files with 265 additions and 1 deletions
1
makefile
1
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue