Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
abd4f7505bafdd6c5319fe3cb5caf9af6104e17a
/
.
/
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