freebsd-dev/sys/boot/arm/Makefile
Rafal Jaworowski 0ed948780c Initial support of loader(8) for ARM machines running U-Boot.
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
2008-10-14 10:11:14 +00:00

6 lines
54 B
Makefile

# $FreeBSD$
SUBDIR= uboot
.include <bsd.subdir.mk>