https://github.com/torvalds/linux
Raw File
Tip revision: f89f5948fc10bb973cd452d2e334da207828e228 authored by Linus Torvalds on 24 December 2005, 23:47:48 UTC
Linux v2.6.15-rc7
Tip revision: f89f594
Makefile
# Makefile for the Linux sound card driver
#

obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/

ifeq ($(CONFIG_SND),y)
  obj-y += last.o
endif

soundcore-objs  := sound_core.o sound_firmware.o
back to top