diff options
author | weongyo <weongyo@FreeBSD.org> | 2010-01-31 21:22:45 +0000 |
---|---|---|
committer | weongyo <weongyo@FreeBSD.org> | 2010-01-31 21:22:45 +0000 |
commit | d37107dd00dbdaf94a4b71028d06b712a6f718c0 (patch) | |
tree | 387f269b4f5814920f4433414a280709dd064f08 | |
parent | 9d4753ed16c144e682520b2681c7a13d70018387 (diff) | |
download | FreeBSD-src-d37107dd00dbdaf94a4b71028d06b712a6f718c0.zip FreeBSD-src-d37107dd00dbdaf94a4b71028d06b712a6f718c0.tar.gz |
Hook up the siba_bwn module to the build.
-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 394c91a..06a4a5d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -249,6 +249,7 @@ SUBDIR= ${_3dfx} \ sdhci \ sem \ sf \ + siba_bwn \ siis \ sis \ sk \ |