diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-09-06 20:10:55 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-09-06 20:10:55 +0000 |
| commit | 7d609287194f154c1cc1ecd7d00af7505eb35f6b (patch) | |
| tree | 126c7b072d4acc376d8d725bac72556a85391323 /sys/modules/sound | |
| parent | 04a578306ce06dbca896998f91a96853d6941fc1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/sound')
| -rw-r--r-- | sys/modules/sound/driver/maestro/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/maestro/Makefile b/sys/modules/sound/driver/maestro/Makefile new file mode 100644 index 000000000000..01de2704a9bb --- /dev/null +++ b/sys/modules/sound/driver/maestro/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_maestro +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += maestro.c + +.include <bsd.kmod.mk> |
