diff options
| author | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-04-20 21:29:53 +0000 |
|---|---|---|
| committer | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-04-20 21:29:53 +0000 |
| commit | 4b1a8666b998afecad5404e660bb875d69de409d (patch) | |
| tree | 120f38bbc9691ae1bcea4bad062076788b5fa17d /sys/modules | |
| parent | 5c07bd7cf57b03c41103c9aa09c1d438dc67acd7 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/siba_bwn/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/siba_bwn/Makefile b/sys/modules/siba_bwn/Makefile new file mode 100644 index 000000000000..433d37fe2619 --- /dev/null +++ b/sys/modules/siba_bwn/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/siba + +KMOD= siba_bwn +SRCS= siba_core.c siba_bwn.c sibareg.h sibavar.h +SRCS+= device_if.h bus_if.h pci_if.h + +.include <bsd.kmod.mk> |
