summaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2023-01-26 13:07:07 +0100
committerAlbert Cervin <albert@acervin.com>2023-01-26 13:07:07 +0100
commite65158a0326108d1fc724ee683b7fa900ef2671a (patch)
tree9bad30b377a326e0d0e3101c4f96228ae7a41673 /linux.mk
parent9a2b138a03e27d0f04101fe6ae3977d79518c513 (diff)
downloaddged-e65158a0326108d1fc724ee683b7fa900ef2671a.tar.gz
dged-e65158a0326108d1fc724ee683b7fa900ef2671a.tar.xz
dged-e65158a0326108d1fc724ee683b7fa900ef2671a.zip
More tests and documentation
Also, split out platform-specific parts and add mocks for tests.
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index 3db7a1f..b7c193a 100644
--- a/linux.mk
+++ b/linux.mk
@@ -1 +1,4 @@
CFLAGS += -DLINUX -D_XOPEN_SOURCE=700
+
+PLATFORM_SOURCES += src/reactor-linux.c
+PLATFORM_OBJS = $(PLATFORM_SOURCES:.c=.o)