1d82e6c7d5
The devicetree is a data structure for describing hardware. Rather than hard coding every detail of a device into an operating system, many aspects of the hardware can be described in a data structure that is passed to the operating system at boot time. This package includes Device Tree Blob (.dtb) files generated from the Linux kernel for Allwinner sun50i devices.
11 lines
297 B
Makefile
11 lines
297 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/09/01 10:17:48 jmcneill Exp $
|
|
|
|
DTB_ARCH= arm64
|
|
DTB_DEVICE= sun50i
|
|
DTB_DTS= allwinner/sun50i-a64-bananapi-m64.dts \
|
|
allwinner/sun50i-a64-pine64-plus.dts \
|
|
allwinner/sun50i-a64-pine64.dts
|
|
|
|
.include "../../sysutils/dtc/linux-dtb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|