Makefile 478 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
# Makefile for the Linux sound card driver
#

obj-$(CONFIG_SOUND) += soundcore.o
T
Takashi Iwai 已提交
5
obj-$(CONFIG_DMASOUND) += oss/dmasound/
6
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
7
	firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/
8
obj-$(CONFIG_SND_AOA) += aoa/
L
Linus Torvalds 已提交
9

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

L
Linus Torvalds 已提交
13 14 15 16
ifeq ($(CONFIG_SND),y)
  obj-y += last.o
endif

17
soundcore-objs  := sound_core.o