]> Pileus Git - ~andy/linux/blobdiff - sound/core/Makefile
ALSA: core: add makefile and kconfig file for compress
[~andy/linux] / sound / core / Makefile
index 350a08d277f42ba41fd4c96ead6c7900c1ec9824..67c8e9336611857f4e2ab41e486a8138955e3b79 100644 (file)
@@ -21,6 +21,8 @@ snd-hrtimer-objs  := hrtimer.o
 snd-rtctimer-objs := rtctimer.o
 snd-hwdep-objs    := hwdep.o
 
+snd-compress-objs := compress_offload.o
+
 obj-$(CONFIG_SND)              += snd.o
 obj-$(CONFIG_SND_HWDEP)                += snd-hwdep.o
 obj-$(CONFIG_SND_TIMER)                += snd-timer.o
@@ -31,3 +33,5 @@ obj-$(CONFIG_SND_RAWMIDI)     += snd-rawmidi.o
 
 obj-$(CONFIG_SND_OSSEMUL)      += oss/
 obj-$(CONFIG_SND_SEQUENCER)    += seq/
+
+obj-$(CONFIG_SND_COMPRESS_OFFLOAD)     += snd-compress.o