diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 13:40:28 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 13:40:28 +0300 |
commit | 313769d9edb1bbd59d2e94f5069950eecfe6fa44 (patch) | |
tree | c83c381ed3a6d77ff10129a43023026c7618c427 /sound/pci/cs5535audio/Makefile | |
parent | 8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5 (diff) | |
parent | f144b7f6679d9833bd3b94b91e452592b6d0e502 (diff) | |
download | linux-313769d9edb1bbd59d2e94f5069950eecfe6fa44.tar.xz |
Merge branch 'topic/cs5535audio' into to-push
Diffstat (limited to 'sound/pci/cs5535audio/Makefile')
-rw-r--r-- | sound/pci/cs5535audio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/cs5535audio/Makefile b/sound/pci/cs5535audio/Makefile index bb3d57e6a3cb..fda7a94c992f 100644 --- a/sound/pci/cs5535audio/Makefile +++ b/sound/pci/cs5535audio/Makefile @@ -4,6 +4,9 @@ snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o +ifdef CONFIG_MGEODE_LX +snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o +endif # Toplevel Module Dependency obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o |