summaryrefslogtreecommitdiff
path: root/lib/libc/sys/eventfd/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/eventfd/Kbuild')
-rw-r--r--lib/libc/sys/eventfd/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/eventfd/Kbuild b/lib/libc/sys/eventfd/Kbuild
new file mode 100644
index 00000000..ad7a3422
--- /dev/null
+++ b/lib/libc/sys/eventfd/Kbuild
@@ -0,0 +1,3 @@
+obj-y += eventfd.o
+obj-y += eventfd_read.o
+obj-y += eventfd_write.o