Sign in
zircon-guest
/
third_party
/
linux
/
744ff5f0dc609e818e3ece7790ec4eff7fe3e9af
/
.
/
sound
/
oss
/
dmasound
/
Makefile
blob: 3c1531652d117086977c8f201afac846fc7d4d48 [
file
] [
log
] [
blame
]
#
# Makefile for the DMA sound driver
#
obj
-
$
(
CONFIG_DMASOUND_ATARI
)
+=
dmasound_core
.
o dmasound_atari
.
o
obj
-
$
(
CONFIG_DMASOUND_PAULA
)
+=
dmasound_core
.
o dmasound_paula
.
o
obj
-
$
(
CONFIG_DMASOUND_Q40
)
+=
dmasound_core
.
o dmasound_q40
.
o