#Kernel module makefile for 2.4.xx kernel
CC=gcc
#The line below should consider the location of kernel headers
# (/usr/src/kernel-headers-2.4.25/include in my case)
all:	cygprog
cygprog: cygprog.c c2_ioctls.h
	$(CC) -o cygprog cygprog.c