[PATCH] x86-64 - new memory map handling
[linux-2.6/history.git] / sound / Makefile
bloba8ba10d255f1e48072ae7f6946c950506ea4dcf2
1 # Makefile for the Linux sound card driver
4 export-objs := sound_core.o
6 obj-$(CONFIG_SOUND) += soundcore.o
7 obj-$(CONFIG_SOUND_PRIME) += oss/
8 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/
10 ifeq ($(CONFIG_SND),y)
11 obj-y += last.o
12 endif
14 soundcore-objs := sound_core.o sound_firmware.o
16 include $(TOPDIR)/Rules.make