aed24c16cc
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 Samsung Exynos5422 devices.
11 lines
272 B
Makefile
11 lines
272 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/06/11 11:13:40 jmcneill Exp $
|
|
|
|
DTB_ARCH= arm
|
|
DTB_DEVICE= exynos5422
|
|
DTB_DTS= exynos5422-odroidxu3-lite.dts \
|
|
exynos5422-odroidxu3.dts \
|
|
exynos5422-odroidxu4.dts
|
|
|
|
.include "../../sysutils/dtc/linux-dtb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|