* [PATCH] 2.4.0-ac4 : Removal of drivers/misc/misc.o
@ 2001-01-09 1:50 Frank Davis
0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-01-09 1:50 UTC (permalink / raw)
To: alan; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 989 bytes --]
Hello,
The following patch removes drivers/misc/misc.o from the kernel
build. It appears that drivers/misc isn't used for anything, and should
be probably be removed.
Regards,
Frank
--- Makefile.old Sun Jan 7 23:59:37 2001
+++ Makefile Mon Jan 8 00:24:46 2001
@@ -121,7 +121,6 @@
NETWORKS =net/network.o
DRIVERS =drivers/block/block.o \
drivers/char/char.o \
- drivers/misc/misc.o \
drivers/net/net.o \
drivers/media/media.o
LIBS =$(TOPDIR)/lib/lib.a
--- drivers/Makefile.old Sun Jan 7 23:59:48 2001
+++ drivers/Makefile Mon Jan 8 20:25:57 2001
@@ -9,7 +9,7 @@
mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi
message/i2o message/fusion ide \
scsi md ieee1394 pnp isdn atm fc4 net/hamradio i2c acpi
-subdir-y := block char net parport sound misc media cdrom
+subdir-y := block char net parport sound media cdrom
subdir-m := $(subdir-y)
[-- Attachment #2: Type: text/html, Size: 3636 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-01-09 1:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-09 1:50 [PATCH] 2.4.0-ac4 : Removal of drivers/misc/misc.o Frank Davis
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