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 / i2c / other / Makefile
Encoding:
Makefile  |  2008-12-24  |  486 b   |  17 lines

  1. #
  2. # Makefile for ALSA
  3. # Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
  4. #
  5.  
  6. snd-ak4114-objs := ak4114.o
  7. snd-ak4117-objs := ak4117.o
  8. snd-ak4xxx-adda-objs := ak4xxx-adda.o
  9. snd-pt2258-objs := pt2258.o
  10. snd-tea575x-tuner-objs := tea575x-tuner.o
  11.  
  12. # Module Dependency
  13. obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o
  14. obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o
  15. obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd-ak4xxx-adda.o snd-pt2258.o
  16. obj-$(CONFIG_SND_FM801_TEA575X) += snd-tea575x-tuner.o
  17.