summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2018-07-31 14:41:02 +0200
committerKalle Valo <kvalo@codeaurora.org>2018-08-02 21:51:03 +0300
commit52abb142baa0f35291ac2f12b56e56fa071b95d8 (patch)
tree4e48b71bb74063fbb3c1885048df42f3b4610b89 /drivers/net/wireless/mediatek/mt76/mt76x0/Makefile
parent87e022de330a26ad792056ec8d2602c13481e4a2 (diff)
downloadlinux-52abb142baa0f35291ac2f12b56e56fa071b95d8.tar.gz
linux-52abb142baa0f35291ac2f12b56e56fa071b95d8.tar.bz2
linux-52abb142baa0f35291ac2f12b56e56fa071b95d8.zip
mt76: Kconfig and Makefile for mt76x0 driver
Add Kconfig and Makefiles for mt76x0 driver. Now the driver can be build. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mediatek/mt76/mt76x0/Makefile')
-rw-r--r--drivers/net/wireless/mediatek/mt76/mt76x0/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile b/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile
new file mode 100644
index 000000000000..7843908261ba
--- /dev/null
+++ b/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile
@@ -0,0 +1,7 @@
+obj-$(CONFIG_MT76x0U) += mt76x0.o
+
+mt76x0-objs = \
+ usb.o init.o main.o mcu.o trace.o dma.o eeprom.o phy.o \
+ mac.o util.o debugfs.o tx.o core.o
+# ccflags-y := -DDEBUG
+CFLAGS_trace.o := -I$(src)