Makefile (5a2dd72abdae75ea2960145e0549635ce4e0be96) Makefile (3c55494670745e523f69b56edb66ca0b50a470c2)
1#
2# Makefile for cs5535audio
3#
4
5snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
6snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o
1#
2# Makefile for cs5535audio
3#
4
5snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
6snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o
7ifdef CONFIG_MGEODE_LX
8snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o
7snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o
9endif
10
11# Toplevel Module Dependency
12obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
8
9# Toplevel Module Dependency
10obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o