aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2000-08-22 06:02:01 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2000-08-22 06:02:01 +0000
commit0ec24f5a8acb4d1916f2dba06e65412eef66f6f2 (patch)
tree616fe976271cccb0120ed5296006e7691677414e /sys/modules/linux
parent322bfdc330f110fe8364e76eeba03494d2af2ef0 (diff)
Notes
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 2dd5fc611cae..bbd64290d5b0 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