ebi4 wrote: >ld: cannot open drivers/ieee1394/ieee1394.a: No such file or directory >make: *** [vmlinux] Error 1 Changing the order of a few lines in linux/drivers/ieee1394/Makefile fixes this problem. Here is the patch: Steven diff -u linux/drivers/ieee1394/Makefile.orig linux/drivers/ieee1394/Makefile --- linux/drivers/ieee1394/Makefile.orig Sat Dec 23 11:03:06 2000 +++ linux/drivers/ieee1394/Makefile Sat Dec 23 11:04:08 2000 @@ -23,7 +23,7 @@ obj-$(CONFIG_IEEE1394_VIDEO1394) += video1394.o obj-$(CONFIG_IEEE1394_RAWIO) += raw1394.o +include $(TOPDIR)/Rules.make + ieee1394.o: $(ieee1394-objs) $(LD) -r -o $@ $(ieee1394-objs) - -include $(TOPDIR)/Rules.make - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/