Blame view

sound/Makefile 405 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/
30833195e   Takashi Iwai   [ALSA] fix build ...
8
9
  obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
  obj-$(CONFIG_SND_AOA) += aoa/
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
13
  
  ifeq ($(CONFIG_SND),y)
    obj-y += last.o
  endif
b9dd6ffc3   Adrian Bunk   [PATCH] build sou...
14
  soundcore-objs  := sound_core.o