Hi, this patch makes it compile again for me! >From 0.7.94 to 0.7.95 there was a "$@" added, Gerd can you remove it again or is there another fix? Regards, Gunther --- bttv-0.7.96/Makefile Wed Jul 24 10:33:21 2002 +++ bttv0796/Makefile Sun Aug 11 14:25:12 2002 @@ -2,7 +2,7 @@ all: bttv bttv modules: - $(MAKE) -C driver $@ + $(MAKE) -C driver tools: $(MAKE) -C tools The errors without this patch: make[1]: Entering directory `/ghome/root/bttv/bttv0796/driver' cc -c -o bttv-driver.o bttv-driver.c In file included from /usr/include/linux/sched.h:14, from /usr/include/linux/mm.h:4, from bttv-driver.c:31: /usr/include/linux/timex.h:173: field `time' has incomplete type ...