| 03f6b1fd | 03-Feb-2026 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
mt76: module Makefiles fix .PATH
The common Makefile.inc had the .PATH set for the common code. That .PATH is only needed for the mt76_core module, which shares code for all other drivers. We leave
mt76: module Makefiles fix .PATH
The common Makefile.inc had the .PATH set for the common code. That .PATH is only needed for the mt76_core module, which shares code for all other drivers. We leave the COMMONDIR variable defined in Makefile.inc as we need it for CFLAGS+= -I for each driver but migrate the .PATH to avoid drivers picking up the wrong files.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|