CC=gcc

# Note: If your linux source is in a different directory, change it here:
LINUX_SOURCE=/usr/src/linux

CFLAGS=-I. -O2 -Wall -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -DMODVERSIONS -include $(LINUX_SOURCE)/include/linux/modversions.h

all: mgavideo.o ks0127.o zr36060.o msp3400.o tuner.o maven.o i2c.o videodev.o v4l2cap.o 

clean:
	-@rm -f *.o
	-@rm -f xcaptest
