home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / pci / cs46xx / Makefile
Encoding:
Makefile  |  2008-12-24  |  264 b   |  11 lines

  1. #
  2. # Makefile for ALSA
  3. # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  4. #
  5.  
  6. snd-cs46xx-y := cs46xx.o cs46xx_lib.o
  7. snd-cs46xx-$(CONFIG_SND_CS46XX_NEW_DSP) += dsp_spos.o dsp_spos_scb_lib.o
  8.  
  9. # Toplevel Module Dependency
  10. obj-$(CONFIG_SND_CS46XX) += snd-cs46xx.o
  11.