summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-11-01 23:17:31 +0000
committergallatin <gallatin@FreeBSD.org>2000-11-01 23:17:31 +0000
commitcf4f3816fdb38049598c53e62b6c94b42629f2b7 (patch)
tree0f503a7e4817ea73f8fb70ddbe424a106a848a54 /sys/modules/linux
parentb8fdbf65c5514fbd472bc75315c7d69dd84619ed (diff)
downloadFreeBSD-src-cf4f3816fdb38049598c53e62b6c94b42629f2b7.zip
FreeBSD-src-cf4f3816fdb38049598c53e62b6c94b42629f2b7.tar.gz
Support for the linux ipc syscalls on the alpha, where each one has
its own syscall rather than going through a demux function like linux_ipc() on i386
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 7cafc78..83a3db1 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -5,14 +5,14 @@
MAINTAINER= marcel@FreeBSD.org
KMOD= linux
-SRCS= linux_file.c linux_ioctl.c linux_machdep.c linux_misc.c \
+SRCS= linux_file.c linux_ioctl.c linux_ipc.c linux_machdep.c linux_misc.c \
linux_signal.c linux_socket.c linux_stats.c linux_mib.c \
linux_dummy.c linux_sysvec.c linux_util.c \
opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h
OBJS= linux_locore.o
.if ${MACHINE_ARCH} != "alpha"
-SRCS+= imgact_linux.c linux_ipc.c
+SRCS+= imgact_linux.c
.endif
EXPORT_SYMS=_linux_mod
OpenPOWER on IntegriCloud