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

obj-$(CONFIG_SOUND) += soundcore.o
5
obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
L
Linus Torvalds 已提交
6 7
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
8 9
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
obj-$(CONFIG_SND_AOA) += aoa/
L
Linus Torvalds 已提交
10

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

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

18
soundcore-objs  := sound_core.o