sigh, add opt_devfs.h
This commit is contained in:
parent
c515991040
commit
16c8501c61
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65223
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dev/sound/pcm
|
||||
KMOD = snd_pcm
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h opt_devfs.h
|
||||
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dev/sound/pcm
|
||||
KMOD = snd_pcm
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h opt_devfs.h
|
||||
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user