8e9dae814a
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 Tegra124 devices.
13 lines
314 B
Makefile
13 lines
314 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/05/25 21:42:56 jmcneill Exp $
|
|
|
|
DTB_ARCH= arm
|
|
DTB_DEVICE= tegra124
|
|
DTB_DTS= tegra124-apalis-eval.dts \
|
|
tegra124-jetson-tk1.dts \
|
|
tegra124-nyan-big.dts \
|
|
tegra124-nyan-blaze.dts \
|
|
tegra124-venice2.dts
|
|
|
|
.include "../../sysutils/dtc/linux-dtb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|