patch-2.1.36 linux/Makefile
Next file: linux/arch/alpha/Makefile
Previous file: linux/Documentation/parport.txt
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Thu Apr 17 14:48:53 1997
- Orig file:
v2.1.35/linux/Makefile
- Orig date:
Wed Apr 16 14:14:59 1997
diff -u --recursive --new-file v2.1.35/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 35
+SUBLEVEL = 36
ARCH := $(shell uname -m | sed s/i.86/i386/)
@@ -118,7 +118,8 @@
FILESYSTEMS =fs/filesystems.a
NETWORKS =net/network.a
DRIVERS =drivers/block/block.a \
- drivers/char/char.a
+ drivers/char/char.a \
+ drivers/pnp/pnp.a
LIBS =$(TOPDIR)/lib/lib.a
SUBDIRS =kernel drivers mm fs net ipc lib
@@ -142,10 +143,6 @@
ifdef CONFIG_PCI
DRIVERS := $(DRIVERS) drivers/pci/pci.a
-endif
-
-ifdef CONFIG_PNP
-DRIVERS := $(DRIVERS) drivers/pnp/pnp.a
endif
ifdef CONFIG_SBUS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov