summaryrefslogtreecommitdiff
path: root/mk/modules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-01 16:57:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-01 16:58:25 +0200
commit7622722daf826d0cd747d85b8baa9ce1b1387899 (patch)
treede4d4f8ca444df6c86218ac79a65ea759222f994 /mk/modules.mk
parentc819d58755179c2d42585440a50d09d46a47ca0c (diff)
add watchdog support for cubox, inlude weim by default
Diffstat (limited to 'mk/modules.mk')
-rw-r--r--mk/modules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index a5f4185eb..bd081274b 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1135,6 +1135,10 @@ $(eval $(call KMOD_template,DMA_BCM2708,dma-bcm2708,\
$(MODULES_DIR)/kernel/drivers/dma/bcm2708-dmaengine \
,25))
+$(eval $(call KMOD_template,SND_DMAENGINE_PCM,snd-dmaengine-pcm,\
+ $(MODULES_DIR)/kernel/sound/core/snd-pcm-dmaengine \
+,25))
+
$(eval $(call KMOD_template,SOUND,sound,\
$(MODULES_DIR)/kernel/sound/soundcore \
,30))