diff options
author | netchild <netchild@FreeBSD.org> | 2006-12-02 13:58:13 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-12-02 13:58:13 +0000 |
commit | 1cfd0ae28fc82197d5129459391224f42bc78cd5 (patch) | |
tree | a55a0190a05de297394e4966e0a19f8e669a9a75 /sys/modules | |
parent | 9b1d13ab097d43176b8499dbff35448bbd4cd99a (diff) | |
download | FreeBSD-src-1cfd0ae28fc82197d5129459391224f42bc78cd5.zip FreeBSD-src-1cfd0ae28fc82197d5129459391224f42bc78cd5.tar.gz |
Add the linux module to the amd64 build, all symbols can now be resolved.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 442340f..6a9bd6f 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -473,6 +473,7 @@ _ipw= ipw _ixgb= ixgb _linprocfs= linprocfs _linsysfs= linsysfs +_linux= linux _mly= mly _mxge= mxge _ndis= ndis |