Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.1.47 /Makefile

Filename:/Makefile
Lines Added:6
Lines Deleted:2
Also changed in: (Previous) 2.1.46  2.1.45  2.1.44  2.1.43  2.1.42  2.1.41 
(Following) 2.1.48  2.1.49  2.1.50  2.1.51  2.1.52  2.1.53 

Location
[  2.1.47
   o  Makefile

Patch

diff -u --recursive --new-file v2.1.46/linux/Makefile linux/Makefile
--- v2.1.46/linux/Makefile   Sun Jul 20 20:41:58 1997
+++ linux/Makefile   Wed Jul 23 11:06:03 1997
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 1
-SUBLEVEL = 46
+SUBLEVEL = 47
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
 
@@ -119,7 +119,7 @@
 NETWORKS   =net/network.a
 DRIVERS      =drivers/block/block.a \
        drivers/char/char.a \
-            drivers/pnp/pnp.a
+            drivers/misc/misc.a
 LIBS      =$(TOPDIR)/lib/lib.a
 SUBDIRS      =kernel drivers mm fs net ipc lib
 
@@ -147,6 +147,10 @@
 
 ifdef CONFIG_SBUS
 DRIVERS := $(DRIVERS) drivers/sbus/sbus.a
+endif
+
+ifdef CONFIG_PNP
+DRIVERS := $(DRIVERS) drivers/pnp/pnp.a
 endif
 
 include arch/$(ARCH)/Makefile


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.