ports/sysutils/firmware/arm64-qcom-dtb/Makefile

23 lines
489 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
FW_DRIVER= arm64-qcom-dtb
2023-09-08 05:21:37 +00:00
FW_VER= 1.5
2023-08-16 22:26:55 +00:00
WRKDIST= ${WRKDIR}
DISTFILES=
# can be redistributed, but shouldn't be in normal packages directory as
# this is only meant for use with fw_update.
PERMIT_PACKAGE= firmware
PERMIT_DISTFILES= Yes
2023-09-08 05:21:37 +00:00
BUILD_DEPENDS= sysutils/dtb>=6.5
2023-08-16 22:26:55 +00:00
DTBS= sc8280xp-lenovo-thinkpad-x13s.dtb
do-install:
mkdir -p ${PREFIX}/firmware/dtb/qcom
.for dtb in ${DTBS}
cp ${LOCALBASE}/share/dtb/arm64/qcom/${dtb} ${PREFIX}/firmware/dtb/qcom
.endfor
.include <bsd.port.mk>