Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
6e58f5c9a841e59233c5997df082e93329ea61e0
/
.
/
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