summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-01-26 21:29:01 +0000
committerjulian <julian@FreeBSD.org>1999-01-26 21:29:01 +0000
commit75fe60034807b67c8bd364940bcd0bc2837763e2 (patch)
tree1dbba5857f1dd6f2f0a4014ac486c73ca79a3e2f /sys/modules/linux
parentff9ea1f73cfb0b3922e38f643749fdce4522eecf (diff)
downloadFreeBSD-src-75fe60034807b67c8bd364940bcd0bc2837763e2.zip
FreeBSD-src-75fe60034807b67c8bd364940bcd0bc2837763e2.tar.gz
Compile the linux module with the same flags as the kernel.
(oops). Submitted by: "Richard Seaman, Jr." <dick@tar.com>
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 ed7bed5..e6328ac 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.23 1998/11/11 07:04:10 peter Exp $
+# $Id: Makefile,v 1.24 1998/11/12 00:37:39 jkh Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
@@ -9,7 +9,7 @@ SRCS= linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \
OBJS= linux_locore.o
MAN8= linux.8
-CFLAGS+= -DCOMPAT_LINUX #-DDEBUG
+CFLAGS+= -DCOMPAT_LINUX -DVM_STACK #-DDEBUG
EXPORT_SYMS=_linux_mod
CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym \
linux_assym.h opt_compat.h opt_linux.h opt_vmpage.h
OpenPOWER on IntegriCloud