~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux-2.6.17/sound/pci/ac97/Makefile

Version: ~ [ 2.6.16 ] ~ [ 2.6.17 ] ~
Architecture: ~ [ ia64 ] ~ [ i386 ] ~ [ arm ] ~ [ ppc ] ~ [ sparc64 ] ~

  1 #
  2 # Makefile for ALSA
  3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
  4 #
  5 
  6 snd-ac97-codec-objs := ac97_codec.o ac97_pcm.o ac97_patch.o
  7 
  8 ifneq ($(CONFIG_PROC_FS),)
  9 snd-ac97-codec-objs += ac97_proc.o
 10 endif
 11 
 12 snd-ak4531-codec-objs := ak4531_codec.o
 13 snd-ac97-bus-objs := ac97_bus.o
 14 
 15 # Toplevel Module Dependency
 16 obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o
 17 obj-$(CONFIG_SND_ENS1370) += snd-ak4531-codec.o
 18 obj-$(CONFIG_SND_AC97_BUS) += snd-ac97-bus.o
 19 
 20 obj-m := $(sort $(obj-m))

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.