summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-08-22 06:02:01 +0000
committermarcel <marcel@FreeBSD.org>2000-08-22 06:02:01 +0000
commit4b9a3820dd5819191229e63c4815676dda015796 (patch)
treec36a0483e059a411dca1433df85093377e7c4ed0 /sys/modules/linux
parent29a36f349f5eac11012e24648d70b3f2423401ed (diff)
downloadFreeBSD-src-4b9a3820dd5819191229e63c4815676dda015796.zip
FreeBSD-src-4b9a3820dd5819191229e63c4815676dda015796.tar.gz
Connect the new sources in /sys/compat/linux and the new file
in /sys/i386/linux.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 2dd5fc6..bbd6429 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,18 +1,17 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/linux
+.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux
MAINTAINER= marcel@FreeBSD.org
KMOD= linux
-SRCS= linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \
- linux_ipc.c linux_socket.c linux_stats.c linux_mib.c \
+SRCS= linux_file.c linux_ioctl.c linux_machdep.c linux_misc.c \
+ linux_signal.c linux_ipc.c linux_socket.c linux_stats.c linux_mib.c \
linux_dummy.c linux_sysent.c linux_sysvec.c linux_util.c \
imgact_linux.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h
OBJS= linux_locore.o
MAN8= linux.8
-# CFLAGS+= -DDEBUG
EXPORT_SYMS=_linux_mod
CLEANFILES= linux_assym.h linux_genassym.o
OpenPOWER on IntegriCloud