Blame view

sound/Makefile 554 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
  # Makefile for the Linux sound card driver
  #
  
  obj-$(CONFIG_SOUND) += soundcore.o
727dede0b   Takashi Iwai   sound: Retire OSS
6
  obj-$(CONFIG_DMASOUND) += oss/dmasound/
3b0a899ca   Hans-Christian Egtvedt   [ALSA] Add SPI de...
7
  obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
cc3196ae1   Oleksandr Andrushchenko   ALSA: xen-front: ...
8
  	firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/
30833195e   Takashi Iwai   [ALSA] fix build ...
9
  obj-$(CONFIG_SND_AOA) += aoa/
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10

e1036502e   Nicolas Pitre   [PATCH] remove co...
11
12
  # This one must be compilable even if sound is configured out
  obj-$(CONFIG_AC97_BUS) += ac97_bus.o
8d4334410   Robert Jarzmik   ASoC: add new ac9...
13
  obj-$(CONFIG_AC97_BUS_NEW) += ac97/
e1036502e   Nicolas Pitre   [PATCH] remove co...
14

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15
16
17
  ifeq ($(CONFIG_SND),y)
    obj-y += last.o
  endif
b9dd6ffc3   Adrian Bunk   [PATCH] build sou...
18
  soundcore-objs  := sound_core.o