summaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.mk b/linux.mk
index e6534df..12395b0 100644
--- a/linux.mk
+++ b/linux.mk
@@ -1,4 +1,4 @@
CFLAGS += -DLINUX -D_XOPEN_SOURCE=700
-PLATFORM_SOURCES += src/reactor-epoll.c
+PLATFORM_SOURCES = src/reactor-epoll.c
PLATFORM_OBJS = $(PLATFORM_SOURCES:.c=.o)