14 lines
314 B
Makefile
14 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"
|