summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/Makefile
diff options
context:
space:
mode:
authorLorenzo Bianconi2018-07-31 10:09:15 +0200
committerKalle Valo2018-08-02 20:48:10 +0200
commit43930193a8741a0b7ddcf64c6da1ed4630dcfc51 (patch)
tree6f8077844be71a64af5c7dac403a1ab35dc654e1 /drivers/net/wireless/mediatek/mt76/Makefile
parentmt76: add mt76x2_mac_common to mt76x2-common module (diff)
downloadkernel-qcow2-linux-43930193a8741a0b7ddcf64c6da1ed4630dcfc51.tar.gz
kernel-qcow2-linux-43930193a8741a0b7ddcf64c6da1ed4630dcfc51.tar.xz
kernel-qcow2-linux-43930193a8741a0b7ddcf64c6da1ed4630dcfc51.zip
mt76: add mt76x2_init_common to mt76x2-common module
Move init related code shared between mt76x2 and mt76x2u in mt76x2-common module Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mediatek/mt76/Makefile')
-rw-r--r--drivers/net/wireless/mediatek/mt76/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/Makefile b/drivers/net/wireless/mediatek/mt76/Makefile
index bedb671200ea..8342b4d38220 100644
--- a/drivers/net/wireless/mediatek/mt76/Makefile
+++ b/drivers/net/wireless/mediatek/mt76/Makefile
@@ -8,7 +8,8 @@ mt76-y := \
CFLAGS_trace.o := -I$(src)
mt76x2-common-y := \
- mt76x2_eeprom.o mt76x2_tx_common.o mt76x2_mac_common.o
+ mt76x2_eeprom.o mt76x2_tx_common.o mt76x2_mac_common.o \
+ mt76x2_init_common.o
mt76x2e-y := \
mt76x2_pci.o mt76x2_dma.o \