consolidate bits that don't need to be seperate modules into the modules

that want them
This commit is contained in:
Cameron Grant 2002-01-23 03:32:36 +00:00
parent 7b60855308
commit 9480149ab0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89681
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
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 = als4000 ad1816 cmi cs4281 csa ds1 emu10k1 es137x ess
SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo
SUBDIR += t4dwave via82c686 vibes
SUBDIR += driver

View file

@ -4,6 +4,6 @@
KMOD= snd_csa
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
SRCS+= csa.c
SRCS+= csa.c csapcm.c
.include <bsd.kmod.mk>

View file

@ -4,6 +4,6 @@
KMOD= snd_ess
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
SRCS+= ess.c
SRCS+= ess.c es1888.c
.include <bsd.kmod.mk>

View file

@ -4,7 +4,7 @@
KMOD= snd_mss
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
SRCS+= mss.c
SRCS+= mss.c gusc.c
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98