From 0b6ce4efa9f3c69fde2487dedb7b11074c21b689 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Fri, 29 May 2015 05:50:33 +0000 Subject: [PATCH] The linux_common module only for 64bit Linuxulators. Its my fault. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0c2d94e71f9..7091c3ce0a2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -517,7 +517,6 @@ _ixv= ixv _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux -_linux_common= linux_common .if ${MK_OFED} != "no" _linuxapi= linuxapi .endif @@ -623,6 +622,7 @@ _x86bios= x86bios _ixl= ixl _ixlv= ixlv _linux64= linux64 +_linux_common= linux_common _ntb= ntb _qlxge= qlxge _qlxgb= qlxgb -- 2.45.2