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