home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / sound / arm / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  382 b   |  16 lines

  1. #
  2. # Makefile for ALSA
  3. #
  4.  
  5. obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-sa11xx-uda1341.o 
  6. snd-sa11xx-uda1341-objs        := sa11xx-uda1341.o
  7.  
  8. obj-$(CONFIG_SND_ARMAACI)    += snd-aaci.o
  9. snd-aaci-objs            := aaci.o devdma.o
  10.  
  11. obj-$(CONFIG_SND_PXA2XX_PCM)    += snd-pxa2xx-pcm.o
  12. snd-pxa2xx-pcm-objs        := pxa2xx-pcm.o
  13.  
  14. obj-$(CONFIG_SND_PXA2XX_AC97)    += snd-pxa2xx-ac97.o
  15. snd-pxa2xx-ac97-objs        := pxa2xx-ac97.o
  16.