mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.4.0-test13-pre4 fix drivers/ieee1394/Makefile
@ 2000-12-23 18:17 Steven Cole
  0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2000-12-23 18:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: ebi4

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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-23 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-23 18:17 [PATCH] 2.4.0-test13-pre4 fix drivers/ieee1394/Makefile Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome