7 lines
214 B
Makefile
7 lines
214 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/10/14 19:25:31 aymeric Exp $
|
|
|
|
UBOOT_TARGET= de0-nanosoc
|
|
UBOOT_CONFIG= socfpga_de0_nano_soc_defconfig
|
|
UBOOT_BIN= u-boot-with-spl.sfp
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|