3e2e1b7ca9
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 NVIDIA Tegra210 devices.
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/05/25 21:43:38 jmcneill Exp $
|
|
|
|
DTB_ARCH= arm64
|
|
DTB_DEVICE= tegra210
|
|
DTB_DTS= nvidia/tegra210-p2371-0000.dts \
|
|
nvidia/tegra210-p2371-2180.dts \
|
|
nvidia/tegra210-p2571.dts \
|
|
nvidia/tegra210-smaug.dts
|
|
|
|
.include "../../sysutils/dtc/linux-dtb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|