diff options
author | dchagin <dchagin@FreeBSD.org> | 2015-05-29 05:50:33 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2015-05-29 05:50:33 +0000 |
commit | 7df70b740f3dbe5105c0069882e59ca84d99df5e (patch) | |
tree | ca0da9ec3424ec813b91b288a5685542de040565 | |
parent | 410750a368491570655c5269cdb7ed58dc4d25e9 (diff) | |
download | FreeBSD-src-7df70b740f3dbe5105c0069882e59ca84d99df5e.zip FreeBSD-src-7df70b740f3dbe5105c0069882e59ca84d99df5e.tar.gz |
The linux_common module only for 64bit Linuxulators.
Its my fault.
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0c2d94e..7091c3c 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 |