freebsd-src/usr.sbin/fwget/pci/Makefile
Bjoern A. Zeeb d33f5a0afa fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi
Update and add (new) PCI IDs for Realtek rtw88/89, Mediatek 7996/7925,
QCA ath1xk, and add Intel iwlwifi IDs.

Rather than using a package per driver add fine(r) grained flavors
even though it is a lot more likely to break in certain cases.

For Intel we need a great level of detail to match PCI IDs so also pass
the full pciconf -l line to into the pci_* files as "$2" to have access
to these.

This lines up with ports commit 80f50c9eb66d.

Sponsored by:	The FreeBSD Foundation
Reviewed by:	manu (earlier version)
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D44918
2024-05-23 22:26:59 +00:00

16 lines
210 B
Makefile

PACKAGE= fwget
SCRIPTS=pci \
pci_network_intel \
pci_network_mediatek \
pci_network_qca \
pci_network_realtek \
pci_video_amd \
pci_video_intel
BINDIR= ${LIBEXECDIR}/fwget
MAN=
.include <bsd.prog.mk>