9 lines
169 B
Makefile
9 lines
169 B
Makefile
|
#
|
||
|
# Makefile for cs5535audio
|
||
|
#
|
||
|
|
||
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
||
|
|
||
|
# Toplevel Module Dependency
|
||
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|