Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
2dc94310bd94d0906febea7d0f7c188da620c952
/
.
/
sound
/
pci
/
cs5535audio
/
Makefile
blob: ad947b4c04cce0bf806027c87615f51172c18a92 [
file
] [
log
] [
blame
]
#
# Makefile for cs5535audio
#
snd
-
cs5535audio
-
objs
:=
cs5535audio
.
o cs5535audio_pcm
.
o
ifeq
(
$
(
CONFIG_PM
),
y
)
snd
-
cs5535audio
-
objs
+=
cs5535audio_pm
.
o
endif
# Toplevel Module Dependency
obj
-
$
(
CONFIG_SND_CS5535AUDIO
)
+=
snd
-
cs5535audio
.
o