summaryrefslogtreecommitdiffstats
path: root/src/TFbuild
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2010-03-10 13:58:39 +0200
committerTimo Teras <timo.teras@iki.fi>2010-03-10 13:58:39 +0200
commit5ef38570315dc68d7ddf8d9475d9a8830528e8a4 (patch)
treef88fc542b5231614ac6c22a75baea90d82449d6c /src/TFbuild
parent43e69b26126b8708b70680c6b4806eb3844386ab (diff)
downloadlibtf-5ef38570315dc68d7ddf8d9475d9a8830528e8a4.tar.bz2
libtf-5ef38570315dc68d7ddf8d9475d9a8830528e8a4.tar.xz
libtf: separate scheduler fibre, change the core api
Diffstat (limited to 'src/TFbuild')
-rw-r--r--src/TFbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TFbuild b/src/TFbuild
index 9b40443..08cb696 100644
--- a/src/TFbuild
+++ b/src/TFbuild
@@ -1,5 +1,6 @@
libs-y += libtf
-libtf-objs-y += fiber.o heap.o io-epoll.o
+libtf-objs-y += fiber.o scheduler.o heap.o
+libtf-objs-$(OS_LINUX) += io-epoll.o
CFLAGS_heap.c += -funroll-all-loops