ports/sysutils/firmware/Makefile

44 lines
1 KiB
Makefile

# XXX
#
# This is a special-purpose directory. Packages produced from this should
# not be included in package directories on normal mirrors, but only on
# firmware.openbsd.org mirrors and installed by fw_update.
#
# PERMIT_* should be set so that packages produced during bulk builds do
# not get included in the main package directories.
#
# XXX
# If adding drivers, also sync the possible_drivers list in OpenBSD/FwUpdate.pm
SUBDIR =
SUBDIR += acx
SUBDIR += amd
SUBDIR += amdgpu
SUBDIR += apple-boot
SUBDIR += arm64-qcom-dtb
SUBDIR += athn
SUBDIR += bwfm
SUBDIR += bwi
SUBDIR += intel
SUBDIR += inteldrm
SUBDIR += ipw
SUBDIR += iwi
SUBDIR += iwm
SUBDIR += iwn
SUBDIR += iwx
SUBDIR += malo
SUBDIR += mtw
SUBDIR += ogx
SUBDIR += otus
SUBDIR += pgt
SUBDIR += qcpas
SUBDIR += radeondrm
SUBDIR += uath
SUBDIR += ulpt
SUBDIR += upgt
SUBDIR += uvideo
SUBDIR += vmm
SUBDIR += wpi
.include <bsd.port.subdir.mk>