diff options
Diffstat (limited to 'lib/libc/dirent/Kbuild')
| -rw-r--r-- | lib/libc/dirent/Kbuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/dirent/Kbuild b/lib/libc/dirent/Kbuild new file mode 100644 index 00000000..355b905c --- /dev/null +++ b/lib/libc/dirent/Kbuild @@ -0,0 +1,6 @@ +obj-y += closedir.o +obj-y += dirfd.o +obj-y += fdopendir.o +obj-y += opendir.o +obj-y += readdir_r.o +obj-y += readdir.o |
