10 lines
249 B
Makefile
10 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/08/12 07:25:57 wiz Exp $
|
|
|
|
UBOOT_TARGET= jetson-tk1
|
|
UBOOT_CONFIG= jetson-tk1_defconfig
|
|
UBOOT_BIN= u-boot u-boot-dtb.bin
|
|
|
|
PKGREVISION= 3
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|