freebsd-dev/sys/modules/mt76/Makefile
Bjoern A. Zeeb 3c4ba5f554 mt76: add module build framework and man pages
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
2023-04-23 21:31:07 +00:00

8 lines
85 B
Makefile

# $FreeBSD$
SUBDIR= core
SUBDIR+= mt7915
SUBDIR+= mt7921
.include <bsd.subdir.mk>