summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-05 14:13:21 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-06 12:38:59 -0500
commitc6c78375790ed86cb1c1d3a03be86c1031bb4224 (patch)
tree014fe53b3062617b77daf5dc2a0edf7d001dcbe3 /mk
parentd4507e62316fd52811181185212bee952db76804 (diff)
fix loading of bluetooth modules
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 4d1b66b5b..d07da61c9 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1312,6 +1312,7 @@ $(eval $(call KMOD_template,SND_USB_AUDIO,snd-usb-audio,\
#
$(eval $(call KMOD_template,BT,bt,\
+ $(MODULES_DIR)/kernel/net/ieee802154/6lowpan_iphc \
$(MODULES_DIR)/kernel/net/bluetooth/bluetooth \
,70))