From 3252c37a8145c267bb3bc1ccdb1e1907debb8086 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Tue, 26 May 2009 13:37:05 +0000 Subject: Merge r191877 from HEAD to stable/7: Add preliminary KTR(9) support to the linux emulation layer. Approved by: kib (mentor) --- sys/modules/linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 58d5b11c555c..a598252ea44b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -55,6 +55,9 @@ linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine .if !defined(KERNBUILDDIR) opt_inet6.h: echo "#define INET6 1" > opt_inet6.h +.if defined(KTR) +CFLAGS+= -DKTR +.endif .endif .include -- cgit v1.3