fw_update will be able to be modified to install it on suitable systems. Based on SeaBIOS config/Makefile from mlarkin and a non-"firmware" port from jca, looks good to jca deraadt.
28 lines
584 B
Makefile
28 lines
584 B
Makefile
# $OpenBSD: Makefile,v 1.9 2017/03/23 08:05:00 sthen Exp $
|
|
|
|
# If adding drivers, also sync the possible_drivers list in OpenBSD/FwUpdate.pm
|
|
|
|
SUBDIR =
|
|
SUBDIR += acx
|
|
SUBDIR += athn
|
|
SUBDIR += bwi
|
|
SUBDIR += ipw
|
|
SUBDIR += iwi
|
|
SUBDIR += iwm
|
|
SUBDIR += iwn
|
|
SUBDIR += malo
|
|
SUBDIR += otus
|
|
SUBDIR += pgt
|
|
SUBDIR += radeondrm
|
|
SUBDIR += rsu
|
|
SUBDIR += rtwn
|
|
SUBDIR += uath
|
|
SUBDIR += ulpt
|
|
SUBDIR += upgt
|
|
SUBDIR += urtwn
|
|
SUBDIR += uvideo
|
|
SUBDIR += vmm
|
|
SUBDIR += wpi
|
|
|
|
.include <bsd.port.subdir.mk>
|