diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-21 22:45:06 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-21 22:45:06 +0000 |
| commit | fbdea4ebdf0f084ae3cc90e2e2650c4ead99e033 (patch) | |
| tree | 0d41e02ec4aaf492c42c324e2f11d9c4bbe098ac /mt7925/Makefile | |
| parent | 2911a07e56028e421cc9c561bb92ff535f139bca (diff) | |
mt76: update Mediatek's mt76 drivervendor/Linux/mt76/torvalds-v6.14
This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'mt7925/Makefile')
| -rw-r--r-- | mt7925/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mt7925/Makefile b/mt7925/Makefile new file mode 100644 index 000000000000..d321e4ed732f --- /dev/null +++ b/mt7925/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: ISC + +obj-$(CONFIG_MT7925_COMMON) += mt7925-common.o +obj-$(CONFIG_MT7925E) += mt7925e.o +obj-$(CONFIG_MT7925U) += mt7925u.o + +mt7925-common-y := mac.o mcu.o main.o init.o debugfs.o +mt7925e-y := pci.o pci_mac.o pci_mcu.o +mt7925u-y := usb.o |
