head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2007.02.07.10.38.46;	author jcarr;	state Exp;
branches;
next	;
commitid	1da845c9ac1b4567;


desc
@@


1.1
log
@add linuxdriver/userland/Makefile
@
text
@build:
	cc     send_to_fpga.c   -o send_to_fpga

clean:
	-rm -f send_to_fpga

install:
	install send_to_fpga /usr/local/bin/
@
