Makefile 539 字节
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
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
9
	firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/
10
obj-$(CONFIG_SND_AOA) += aoa/
L
Linus Torvalds 已提交
11

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

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

19
soundcore-objs  := sound_core.o
反馈
建议
客服 返回
顶部