1# Makefile for the Linux sound card driver 2# 3 4obj-$(CONFIG_SOUND) += soundcore.o 5obj-$(CONFIG_DMASOUND) += oss/dmasound/ 6obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ 7 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ 8obj-$(CONFIG_SND_AOA) += aoa/ 9 10# This one must be compilable even if sound is configured out 11obj-$(CONFIG_AC97_BUS) += ac97_bus.o 12 13ifeq ($(CONFIG_SND),y) 14 obj-y += last.o 15endif 16 17soundcore-objs := sound_core.o 18