summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-30 23:35:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-30 23:35:46 +0100
commit5310d69401ee042e708ae9137b210f0883afcb31 (patch)
treed8f02d659b9ce6095251eae3a7c47d7b15b1a1ab /mk
parent44ce0562da0bde5efcfa6b0793011828d68f72fb (diff)
fix sound on ibm x40
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 08497432a..3e0ecacfc 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1095,11 +1095,15 @@ $(eval $(call KMOD_template,SND_VIA82XX,snd-via82xx,\
$(MODULES_DIR)/kernel/sound/pci/snd-via82xx \
,55))
+$(eval $(call KMOD_template,SND_INTEL8X0,snd-intel8x0,\
+ $(MODULES_DIR)/kernel/sound/pci/snd-intel8x0 \
+,55))
+
$(eval $(call KMOD_template,SND_ENS1370,snd-ens1370,\
$(MODULES_DIR)/kernel/sound/pci/snd-ens1370 \
,55))
-$(eval $(call KMOD_template,SND_CS5535AUDIO,sound-cs5535audio,\
+$(eval $(call KMOD_template,SND_CS5535AUDIO,snd-cs5535audio,\
$(MODULES_DIR)/kernel/sound/pci/cs5535audio/snd-cs5535audio \
,55))