[PATCH] block.a should be block.o in 2.4.0-test1-ac20

From: clubneon (clubneon@clubneon.com)
Date: Sat Jun 17 2000 - 17:25:10 EDT

  • Next message: James H. Cloos Jr.: "Re: Linux 2.2.17pre4"

    I guess someone changed block.a to be block.o in 2.4.0-test1-ac20.

    Provided nothing else is required this patch should work:

    --- linux/Makefile.orig Sat Jun 17 16:51:42 2000
    +++ linux/Makefile Sat Jun 17 17:16:38 2000
    @@ -119,7 +119,7 @@

     CORE_FILES =kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o
     NETWORKS =net/network.o
    -DRIVERS =drivers/block/block.a \
    +DRIVERS =drivers/block/block.o \
                     drivers/char/char.o \
                     drivers/misc/misc.o \
                     drivers/net/net.o \

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat Jun 17 2000 - 21:25:07 EDT