mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Add framework to build if_mt7915 and if_mt7921 with LinuxKPI as well as initial man pages for the two mt76 chipset drivers. MFC after: 2 months
7 lines
85 B
Makefile
7 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= core
|
|
SUBDIR+= mt7915
|
|
SUBDIR+= mt7921
|
|
|
|
.include <bsd.subdir.mk>
|