https://github.com/torvalds/linux
Revision 2dbf5910442dfe3de239df7c01d6b83e72b8dbdd authored by Mark Brown on 31 August 2014, 12:46:19 UTC, committed by Mark Brown on 31 August 2014, 12:46:19 UTC
2 parent s 29571ce + cdcd565
Raw File
Tip revision: 2dbf5910442dfe3de239df7c01d6b83e72b8dbdd authored by Mark Brown on 31 August 2014, 12:46:19 UTC
Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus
Tip revision: 2dbf591
Makefile
# Makefile for the Linux sound card driver
#

obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
	firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/
obj-$(CONFIG_SND_AOA) += aoa/

# This one must be compilable even if sound is configured out
obj-$(CONFIG_AC97_BUS) += ac97_bus.o

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

soundcore-objs  := sound_core.o
back to top