1# Makefile for the Linux sound card driver 2# 3 4obj-$(CONFIG_SOUND) += soundcore.o 5obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o 6obj-$(CONFIG_SOUND_PRIME) += oss/ 7obj-$(CONFIG_DMASOUND) += oss/ 8obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ 9obj-$(CONFIG_SND_AOA) += aoa/ 10 11ifeq ($(CONFIG_SND),y) 12 obj-y += last.o 13endif 14 15soundcore-objs := sound_core.o 16