From adfa0adec0b5d7c19c220a85ef6ca729235ed172 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 15 Aug 2006 13:01:36 +0000 Subject: - Add the new files to the linux module. - Prepare the modules for build on amd64, but don't build them there as part of the kernel build yet. The code for the missing symbols on amd64 isn't committed and it may be solved differently. Sponsored by: Google SoC 2006 Submitted by: rdivacky --- sys/modules/linprocfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/modules/linprocfs/Makefile') diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile index 98f9fcb55c36..9b89c96aa56d 100644 --- a/sys/modules/linprocfs/Makefile +++ b/sys/modules/linprocfs/Makefile @@ -7,4 +7,8 @@ SRCS= vnode_if.h \ linprocfs.c \ opt_compat.h +.if ${MACHINE_ARCH} == "amd64" +CFLAGS+=-DCOMPAT_LINUX32 +.endif + .include -- cgit v1.3