Make sure that we define DTB{OWN,GRP,MODE} so install works.

Submitted by: Guy Yur
This commit is contained in:
imp 2015-02-09 16:04:01 +00:00
parent d85c266978
commit 29c46f5621

View File

@ -46,6 +46,9 @@ SYSDIR= ${_dir}
.PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/boot/fdt/dts/${MACHINE}
DTBDIR?=/boot/dtb
DTBOWN?=root
DTBGRP?=wheel
DTBMODE?=444
DTB=${DTS:R:S/$/.dtb/}
all: ${DTB}