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 / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  387 b   |  15 lines

  1. # Makefile for the Linux sound card driver
  2. #
  3.  
  4. obj-$(CONFIG_SOUND) += soundcore.o
  5. obj-$(CONFIG_SOUND_PRIME) += oss/
  6. obj-$(CONFIG_DMASOUND) += oss/
  7. obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ bluetooth/
  8. obj-$(CONFIG_SND_AOA) += aoa/
  9.  
  10. ifeq ($(CONFIG_SND),y)
  11.   obj-y += last.o
  12. endif
  13.  
  14. soundcore-objs  := sound_core.o sound_firmware.o
  15.