pkgsrc/sysutils/dtb-arm-tegra124/Makefile
jmcneill 8e9dae814a Initial import of dtb-arm-tegra124.
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.
2017-05-25 21:42:56 +00:00

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"