diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2001-07-01 19:38:58 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2001-07-01 19:38:58 +0000 |
| commit | 1b6c76a2fe091c74f08427e6c870851025a9cf67 (patch) | |
| tree | 9395fc176fa0bbbef5aff7466c59761394a72d71 /sys/modules | |
| parent | 113375dc425300234cb782ab01bd3d2d6461d6d6 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/sound/driver/Makefile | 6 | ||||
| -rwxr-xr-x | sys/modules/sound/driver/ich/Makefile | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 694881bee250..dfd3e08ca157 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -SUBDIR = als4000 ad1816 cmi cs4281 csa csapcm ds1 emu10k1 es137x es1888 ess -SUBDIR += fm801 gusc maestro maestro3 mss neomagic sb16 sb8 sbc solo t4dwave -SUBDIR += via82c686 vibes +SUBDIR = als4000 ad1816 cmi cs4281 csa csapcm ds1 emu10k1 es137x es1888 ess +SUBDIR += fm801 gusc ich maestro maestro3 mss neomagic sb16 sb8 sbc solo +SUBDIR += t4dwave via82c686 vibes SUBDIR += driver .include <bsd.subdir.mk> diff --git a/sys/modules/sound/driver/ich/Makefile b/sys/modules/sound/driver/ich/Makefile new file mode 100755 index 000000000000..4ec9fcef5219 --- /dev/null +++ b/sys/modules/sound/driver/ich/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_ich +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += ich.c + +.include <bsd.kmod.mk> |
