From c0fe996d3c10f2e0379dd81836899cf5a62f5c22 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Sun, 24 May 2015 16:53:32 +0000 Subject: [PATCH] Connect linux64 module to the build. Differential Revision: https://reviews.freebsd.org/D1097 Reviewed by: emaste --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b9e2be133ac..c0217cc8c59 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -197,6 +197,7 @@ SUBDIR= \ ${_linsysfs} \ ${_linux} \ ${_linux_common} \ + ${_linux64} \ ${_linuxapi} \ lmc \ lpt \ @@ -629,6 +630,7 @@ _sfxge= sfxge .if ${MK_BHYVE} != "no" || defined(ALL_MODULES) _vmm= vmm _linux_common= linux_common +_linux64= linux64 .endif .endif -- 2.45.2