Makefile 405 字节
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 14

ifeq ($(CONFIG_SND),y)
  obj-y += last.o
endif

15
soundcore-objs  := sound_core.o