1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

tools/: added network (TCP) I/O helper functions

- include/netio.h, lib/netio.c: network I/O helper functions
- lib/Makefile (OBJS): added netio.o
This commit is contained in:
Werner Almesberger
2011-04-10 15:25:43 -03:00
parent a2f38c044e
commit 3b0ee3c00a
3 changed files with 221 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ OBJS_host = atusb.o usbopen.o
OBJS_ben_jlime = atben.o
OBJS_ben_openwrt = atben.o
OBJS = atrf.o misctxrx.o cwtest.o $(OBJS_$(TARGET))
OBJS = atrf.o misctxrx.o cwtest.o netio.o $(OBJS_$(TARGET))
.PHONY: all clean spotless