Skip to content

Commit

Permalink
[ALSA] Clean up sound/pci/ac97/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed May 30, 2008
1 parent b7482f5 commit c18f68e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions sound/pci/ac97/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-ac97-codec-objs := ac97_codec.o ac97_pcm.o

ifneq ($(CONFIG_PROC_FS),)
snd-ac97-codec-objs += ac97_proc.o
endif
snd-ac97-codec-y := ac97_codec.o ac97_pcm.o
snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o

snd-ak4531-codec-objs := ak4531_codec.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o
obj-$(CONFIG_SND_ENS1370) += snd-ak4531-codec.o

obj-m := $(sort $(obj-m))

0 comments on commit c18f68e

Please sign in to comment.