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

Linux Cross Reference
Linux-2.6.17/sound/pci/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-ad1889-objs := ad1889.o
  7 snd-als300-objs := als300.o
  8 snd-als4000-objs := als4000.o
  9 snd-atiixp-objs := atiixp.o
 10 snd-atiixp-modem-objs := atiixp_modem.o
 11 snd-azt3328-objs := azt3328.o
 12 snd-bt87x-objs := bt87x.o
 13 snd-cmipci-objs := cmipci.o
 14 snd-cs4281-objs := cs4281.o
 15 snd-ens1370-objs := ens1370.o
 16 snd-ens1371-objs := ens1371.o
 17 snd-es1938-objs := es1938.o
 18 snd-es1968-objs := es1968.o
 19 snd-fm801-objs := fm801.o
 20 snd-intel8x0-objs := intel8x0.o
 21 snd-intel8x0m-objs := intel8x0m.o
 22 snd-maestro3-objs := maestro3.o
 23 snd-rme32-objs := rme32.o
 24 snd-rme96-objs := rme96.o
 25 snd-sonicvibes-objs := sonicvibes.o
 26 snd-via82xx-objs := via82xx.o
 27 snd-via82xx-modem-objs := via82xx_modem.o
 28 
 29 # Toplevel Module Dependency
 30 obj-$(CONFIG_SND_AD1889) += snd-ad1889.o
 31 obj-$(CONFIG_SND_ALS300) += snd-als300.o
 32 obj-$(CONFIG_SND_ALS4000) += snd-als4000.o
 33 obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o
 34 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
 35 obj-$(CONFIG_SND_AZT3328) += snd-azt3328.o
 36 obj-$(CONFIG_SND_BT87X) += snd-bt87x.o
 37 obj-$(CONFIG_SND_CMIPCI) += snd-cmipci.o
 38 obj-$(CONFIG_SND_CS4281) += snd-cs4281.o
 39 obj-$(CONFIG_SND_ENS1370) += snd-ens1370.o
 40 obj-$(CONFIG_SND_ENS1371) += snd-ens1371.o
 41 obj-$(CONFIG_SND_ES1938) += snd-es1938.o
 42 obj-$(CONFIG_SND_ES1968) += snd-es1968.o
 43 obj-$(CONFIG_SND_FM801) += snd-fm801.o
 44 obj-$(CONFIG_SND_INTEL8X0) += snd-intel8x0.o
 45 obj-$(CONFIG_SND_INTEL8X0M) += snd-intel8x0m.o
 46 obj-$(CONFIG_SND_MAESTRO3) += snd-maestro3.o
 47 obj-$(CONFIG_SND_RME32) += snd-rme32.o
 48 obj-$(CONFIG_SND_RME96) += snd-rme96.o
 49 obj-$(CONFIG_SND_SONICVIBES) += snd-sonicvibes.o
 50 obj-$(CONFIG_SND_VIA82XX) += snd-via82xx.o
 51 obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
 52 
 53 obj-$(CONFIG_SND) += \
 54         ac97/ \
 55         ali5451/ \
 56         au88x0/ \
 57         ca0106/ \
 58         cs46xx/ \
 59         cs5535audio/ \
 60         emu10k1/ \
 61         hda/ \
 62         ice1712/ \
 63         korg1212/ \
 64         mixart/ \
 65         nm256/ \
 66         pcxhr/ \
 67         riptide/ \
 68         rme9652/ \
 69         trident/ \
 70         ymfpci/ \
 71         vx222/

~ [ 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.