Connect linux64 module to the build.

Differential Revision:	https://reviews.freebsd.org/D1097
Reviewed by:	emaste
This commit is contained in:
Dmitry Chagin 2015-05-24 16:53:32 +00:00
parent 520e9c187d
commit c0fe996d3c

View File

@ -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