diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-04-05 02:04:30 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-04-05 02:04:30 +0000 |
| commit | ef35394ab4dd1d067957ddee2ed1096e618d4494 (patch) | |
| tree | dfba70ec71e79fb34325af1c2209d3f91e970729 /sys/modules/ata | |
| parent | 700a99264801486c2b40d1d06e3e20382b72825e (diff) | |
Notes
Diffstat (limited to 'sys/modules/ata')
| -rw-r--r-- | sys/modules/ata/atapicam/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/ata/atapicam/Makefile b/sys/modules/ata/atapicam/Makefile new file mode 100644 index 000000000000..6dbaffe1e716 --- /dev/null +++ b/sys/modules/ata/atapicam/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../dev/ata + +KMOD= atapicam +SRCS= atapi-cam.c +SRCS+= opt_ata.h opt_cam.h ata_if.h device_if.h bus_if.h pci_if.h + +.include <bsd.kmod.mk> |
