diff options
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/Makefile b/sound/Makefile new file mode 100644 index 00000000000..f352bb23596 --- /dev/null +++ b/sound/Makefile @@ -0,0 +1,13 @@ +# Makefile for the Linux sound card driver +# + +obj-$(CONFIG_SOUND) += soundcore.o +obj-$(CONFIG_SOUND_PRIME) += oss/ +obj-$(CONFIG_DMASOUND) += oss/ +obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ + +ifeq ($(CONFIG_SND),y) + obj-y += last.o +endif + +soundcore-objs := sound_core.o sound_firmware.o |