head	1.2;
access;
symbols;
locks
	root:1.2; strict;
comment	@# @;


1.2
date	2002.06.25.17.56.47;	author root;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.25.17.56.41;	author root;	state Exp;
branches;
next	;


desc
@@


1.2
log
@#
@
text
@REL=$(shell uname -r)
CC=kgcc
CFLAGS=-D__KERNEL__ -I/lib/modules/${REL}/build/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE

ide-cb.o:ide-cb.c

install: ide-cb.o
	install -m 644 -c ide-cb.o /lib/modules/${REL}/misc/

clean:
	/bin/rm -f core *% *~ *.BAK a.out *.o 	

checkin:
	ci -m# -l ide-cb.c ide-cb.patch Makefile

tidy: checkin

@


1.1
log
@Initial revision
@
text
@d14 1
a14 1
	ci -l ide-cb.c ide-cb.patch Makefile
@
