freebsd-dev/usr.sbin/isfctl/Makefile
Brooks Davis 087d31736a Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts.
The driver attempts to support all documented parts, but has only been
tested with the 512Mbit part on the Terasic DE4 FPGA board.  It should be
trivial to adapt the driver's attach routine to other embedded boards
using with any parts in the family.

Also import isfctl(8) which can be used to erase sections of the flash.

Sponsored by:	DARPA, AFRL
2012-08-25 18:08:20 +00:00

8 lines
65 B
Makefile

# $FreeBSD$
PROG= isfctl
MAN= isfctl.8
.include <bsd.prog.mk>