Blame view

sound/Makefile 539 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
  # Makefile for the Linux sound card driver
  #
  
  obj-$(CONFIG_SOUND) += soundcore.o
b9dd6ffc3   Adrian Bunk   [PATCH] build sou...
5
  obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
7
  obj-$(CONFIG_SOUND_PRIME) += oss/
  obj-$(CONFIG_DMASOUND) += oss/
3b0a899ca   Hans-Christian Egtvedt   [ALSA] Add SPI de...
8
  obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
31ef9134e   Clemens Ladisch   ALSA: add LaCie F...
9
  	firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/
30833195e   Takashi Iwai   [ALSA] fix build ...
10
  obj-$(CONFIG_SND_AOA) += aoa/
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11

e1036502e   Nicolas Pitre   [PATCH] remove co...
12
13
  # This one must be compilable even if sound is configured out
  obj-$(CONFIG_AC97_BUS) += ac97_bus.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
15
16
  ifeq ($(CONFIG_SND),y)
    obj-y += last.o
  endif
b9dd6ffc3   Adrian Bunk   [PATCH] build sou...
17
  soundcore-objs  := sound_core.o