mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Unbreak the modules after the last commit (newpcm kobjification).
This commit is contained in:
parent
180a517bb7
commit
2ab4063613
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70142
@ -4,8 +4,9 @@
|
||||
KMOD = snd_pcm
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h
|
||||
SRCS += ac97_if.c channel_if.c feeder_if.c mixer_if.c
|
||||
SRCS += ac97.c channel.c dsp.c fake.c
|
||||
SRCS += feeder.c feeder_fmt.c feeder_rate.c
|
||||
SRCS += feeder.c feeder_fmt.c
|
||||
SRCS += mixer.c sound.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,8 +4,9 @@
|
||||
KMOD = snd_pcm
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h
|
||||
SRCS += ac97_if.c channel_if.c feeder_if.c mixer_if.c
|
||||
SRCS += ac97.c channel.c dsp.c fake.c
|
||||
SRCS += feeder.c feeder_fmt.c feeder_rate.c
|
||||
SRCS += feeder.c feeder_fmt.c
|
||||
SRCS += mixer.c sound.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user