diff options
Diffstat (limited to 'sound/pci/cs5535audio/Makefile')
-rw-r--r-- | sound/pci/cs5535audio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/cs5535audio/Makefile b/sound/pci/cs5535audio/Makefile index bb3d57e6a3cb..3e41fd39780d 100644 --- a/sound/pci/cs5535audio/Makefile +++ b/sound/pci/cs5535audio/Makefile | |||
@@ -5,5 +5,9 @@ | |||
5 | snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o | 5 | snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o |
6 | snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o | 6 | snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o |
7 | 7 | ||
8 | ifdef CONFIG_OLPC | ||
9 | snd-cs5535audio-objs += cs5535audio_olpc.o | ||
10 | endif | ||
11 | |||
8 | # Toplevel Module Dependency | 12 | # Toplevel Module Dependency |
9 | obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o | 13 | obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o |