Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
kernel
/
56f6ecad7e8aebbbde7e963cdf32ad3112650d66
/
.
/
sound
/
oss
/
dmasound
/
Makefile
blob: 3c1531652d117086977c8f201afac846fc7d4d48 [
file
]
#
# 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