summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/tools/Makefile
blob: c7fedf1d5e3f8ae32d0c609828bf50990cc861c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.1 2008/05/04 23:50:32 ad Exp $

BIN=	bin2blob array2bin

all:	${BIN}

bin2blob:	bin2blob.c	
		cc -Wall -O2 -lz -o bin2blob bin2blob.c

array2bin:	array2bin.c	
		cc -Wall -O2 -lz -o array2bin array2bin.c

clean:
		rm -f ${BIN} *~
tets, as 8 may not bebouyer 2002-04-18Add hooks to drive the activity led via the GPIO pin 1, as required by somebouyer 2000-10-23Rearrange things a bit to have less jumpsbouyer 2000-10-19Move restore_scntl3 before the lun switch, to ease freeing of unused lunbouyer 2000-10-18Redo the target/lun sw in a better way, and handle queue tag messages.bouyer 2000-10-06Fix recurent typo: shed->schedbouyer 2000-10-06Handle reselect entirely in script; for this provide a script area,bouyer 2000-06-13sheduler->scheduler, as pointed out by Klaus Kleinbouyer 2000-05-25Separate the sheduler from the main script, allocate another DMA-safebouyer 2000-05-15- use my standart copyrigth noticebouyer 2000-05-04Add a flag hold in scratcha0, set when we're doing a data transfer. Usedbouyer 2000-04-27Add NetBSD RCS Id and copyrigth notice.bouyer 2000-04-25- Change the script to start new commands in an asyncronous way, usingbouyer 2000-04-21Snapshot of work in progress: new driver for the NCR 53c8xx SCSI controllerbouyer