patch-2.3.12 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/Documentation/proc_usb_info.txt
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Jul 24 16:46:46 1999
- Orig file:
v2.3.11/linux/Makefile
- Orig date:
Wed Jul 21 15:46:48 1999
diff -u --recursive --new-file v2.3.11/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 3
-SUBLEVEL = 11
+SUBLEVEL = 12
EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -111,7 +111,7 @@
NETWORKS =net/network.a
DRIVERS =drivers/block/block.a \
drivers/char/char.a \
- drivers/misc/misc.a
+ drivers/parport/parport.a
LIBS =$(TOPDIR)/lib/lib.a
SUBDIRS =kernel drivers mm fs net ipc lib
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)