Skip to content

Commit

Permalink
kernel: modules: drop 'AddDepends/bluetooth' calls
Browse files Browse the repository at this point in the history
Function 'AddDepends/bluetooth' doesn't exist in our codebase.

Signed-off-by: Piotr Dymacz <[email protected]>
  • Loading branch information
pepe2k committed Apr 1, 2022
1 parent 4117b5a commit 173198e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/kernel/linux/modules/other.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ define KernelPackage/ath3k
KCONFIG:= \
CONFIG_BT_ATH3K \
CONFIG_BT_HCIUART_ATH3K=y
$(call AddDepends/bluetooth)
FILES:= \
$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
AUTOLOAD:=$(call AutoProbe,ath3k)
Expand Down Expand Up @@ -107,7 +106,6 @@ define KernelPackage/btmrvl
KCONFIG:= \
CONFIG_BT_MRVL \
CONFIG_BT_MRVL_SDIO
$(call AddDepends/bluetooth)
FILES:= \
$(LINUX_DIR)/drivers/bluetooth/btmrvl.ko \
$(LINUX_DIR)/drivers/bluetooth/btmrvl_sdio.ko
Expand Down

0 comments on commit 173198e

Please sign in to comment.