mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
This uses the common U-Boot support lib (sys/boot/uboot, already used on FreeBSD/powerpc), and assumes the underlying firmware has the modern API for stand-alone apps enabled in the config (CONFIG_API). Only netbooting is supported at the moment. Obtained from: Marvell, Semihalf
5 lines
54 B
Makefile
5 lines
54 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= uboot
|
|
|
|
.include <bsd.subdir.mk>
|