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

tools/lib/timeout.h, tools/lib/timeout.c: added timeout/deadline functions

This commit is contained in:
Werner Almesberger
2011-06-20 19:02:04 -03:00
parent 106ef7ff7f
commit 4d4cec6a67
3 changed files with 99 additions and 1 deletions

View File

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