opnsense-src/sys/modules/mt76/Makefile
Bjoern A. Zeeb dd4d05b25f mt76: add mt7615 to the pile of buildable drivers
Ignoring page_pools with the few needed adjustments and ignoring 7622
mt7615 seems to build as well.  Add it so once we can connect it to
the build people can start testing and debugging.
(The actual work was done on a newer version of the mt76 drivers but
it seems the to-build-changes equally apply here already).

Requested by:	Radu-Cristian Fotescu (freebsd-wireless, 2024-07-31)
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 7728586800bd5bb4655cff6d661133ed10cc2ff7)
2024-10-09 19:18:49 +00:00

8 lines
105 B
Makefile

SUBDIR= core
SUBDIR+= mt7615
SUBDIR+= mt7915
SUBDIR+= mt7921
SUBDIR+= mt7996
.include <bsd.subdir.mk>