LinuxKPI wlan drivers: update makefiles to not use WITH_Up to now the LinuxKPI wlan drivers were using local variables startingwith a WITH_ prefix in their Makefiles.That is likely to collide wit
LinuxKPI wlan drivers: update makefiles to not use WITH_Up to now the LinuxKPI wlan drivers were using local variables startingwith a WITH_ prefix in their Makefiles.That is likely to collide with other mechanisms like WITH_ and WITHOUT_from src.conf.Adjust the local variables to use a driver name prefix for now to controlwhat is built and what is not.These variables are mainly for the time of development so we canturn off/on a feature or bus attachment while working on it. Otherwisethey are there for documentation purposes. The only reason one wouldchange them locally would be if someone was to build a very customimage and not want certain bits (e.g., USB support) being compiled intothe modules.While here, try to harmonize some parts of the Makefiles.Suggested by: impDiscussed with: impReviewed by: impSponsored by: The FreeBSD FoundationMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D55977
show more ...
mt76: add mt7615 to the pile of buildable driversIgnoring page_pools with the few needed adjustments and ignoring 7622mt7615 seems to build as well. Add it so once we can connect it tothe build
mt76: add mt7615 to the pile of buildable driversIgnoring page_pools with the few needed adjustments and ignoring 7622mt7615 seems to build as well. Add it so once we can connect it tothe build people can start testing and debugging.(The actual work was done on a newer version of the mt76 drivers butit seems the to-build-changes equally apply here already).Requested by: Radu-Cristian Fotescu (freebsd-wireless, 2024-07-31)Sponsored by: The FreeBSD FoundationMFC after: 3 days