Revision 8aee918a1cff2a3722ce76fc6fa5abe09aa98d1b authored by James Smart on 31 August 2006, 16:27:57 UTC, committed by James Bottomley on 26 September 2006, 16:23:15 UTC
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent e8216de
Raw File
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/
obj-$(CONFIG_SND_AOA) += aoa/

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

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