summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-05 07:34:20 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-05 07:34:20 +0000
commitd4d02ff6bdd4003ca80294f31d9ddd5e5585c199 (patch)
tree9e172c26fc3aabfefd9440649fe2994f7151d628 /libc/sysdeps/linux/common/Makefile
parentba9470b70995e0676313706d394f46807cb6fa88 (diff)
Get the full set of module creating syscalls in place.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index 8dae9d1d3..8617c0b71 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -27,7 +27,7 @@ LIBC=$(TOPDIR)libc.a
CSRC= waitpid.c getdents.c kernel_version.c statfix.c getdnnm.c tell.c gethstnm.c \
mkfifo.c setegid.c wait.c errno.c getpagesize.c seteuid.c wait3.c setpgrp.c \
- getdtablesize.c
+ getdtablesize.c create_module.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
MSRC=syscalls.c