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

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

Advertisement

Kernel v2.3.14 /Makefile

Filename:/Makefile
Lines Added:7
Lines Deleted:3
Also changed in: (Previous) 2.3.13  2.3.12  2.3.11  2.3.10  2.3.9  2.3.8 
(Following) 2.3.15  2.3.16  2.3.17  2.3.18  2.3.19  2.3.20 

Location
[  2.3.14
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.13/linux/Makefile linux/Makefile
--- v2.3.13/linux/Makefile   Mon Aug  9 14:59:19 1999
+++ linux/Makefile   Wed Aug 18 09:45:10 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 13
+SUBLEVEL = 14
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -111,6 +111,7 @@
 NETWORKS   =net/network.a
 DRIVERS      =drivers/block/block.a \
        drivers/char/char.o \
+       drivers/misc/misc.o \
             drivers/parport/parport.a
 LIBS      =$(TOPDIR)/lib/lib.a
 SUBDIRS      =kernel drivers mm fs net ipc lib
@@ -134,7 +135,7 @@
 endif
 
 ifeq ($(CONFIG_SOUND),y)
-DRIVERS := $(DRIVERS) drivers/sound/sound.a
+DRIVERS := $(DRIVERS) drivers/sound/sounddrivers.o
 endif
 
 ifdef CONFIG_PCI
@@ -178,7 +179,7 @@
 endif
 
 ifdef CONFIG_HAMRADIO
-DRIVERS := $(DRIVERS) drivers/net/hamradio/hamradio.a
+DRIVERS := $(DRIVERS) drivers/net/hamradio/hamradio.o
 endif
 
 ifeq ($(CONFIG_TC),y)
@@ -333,6 +334,7 @@
    if [ -f VIDEO_MODULES ]; then inst_mod VIDEO_MODULES video; fi; \
    if [ -f FC4_MODULES   ]; then inst_mod FC4_MODULES   fc4;   fi; \
    if [ -f IRDA_MODULES  ]; then inst_mod IRDA_MODULES  net;   fi; \
+   if [ -f USB_MODULES   ]; then inst_mod USB_MODULES   usb;   fi; \
    \
    ls *.o > $$MODLIB/.allmods; \
    echo $$MODULES | tr ' ' '\n' | sort | comm -23 $$MODLIB/.allmods - > $$MODLIB/.misc; \
@@ -362,6 +364,8 @@
    rm -f drivers/char/consolemap_deftbl.c drivers/video/promcon_tbl.c
    rm -f drivers/char/conmakehash
    rm -f drivers/sound/bin2hex drivers/sound/hex2hex
+   rm -f net/khttpd/make_times_h
+   rm -f net/khttpd/times.h
    if [ -d modules ]; then \
       rm -f core `find modules/ -type f -print`; \
    fi


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