Blame view

sound/Makefile 498 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  # Makefile for the Linux sound card driver
  #
  
  obj-$(CONFIG_SOUND) += soundcore.o
  obj-$(CONFIG_SOUND_PRIME) += oss/
  obj-$(CONFIG_DMASOUND) += oss/
3b0a899ca   Hans-Christian Egtvedt   [ALSA] Add SPI de...
7
  obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
e3d280fc6   Takashi Iwai   ALSA: hda - Make ...
8
  	firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/
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
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
14
15
  ifeq ($(CONFIG_SND),y)
    obj-y += last.o
  endif
b9dd6ffc3   Adrian Bunk   [PATCH] build sou...
16
  soundcore-objs  := sound_core.o