summaryrefslogtreecommitdiffstats
path: root/src/TFbuild
diff options
context:
space:
mode:
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