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

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

Advertisement

Kernel v2.3.27 /Makefile

Filename:/Makefile
Lines Added:9
Lines Deleted:2
Also changed in: (Previous) 2.3.26  2.3.25  2.3.24  2.3.23  2.3.22  2.3.21 
(Following) 2.3.28  2.3.29  2.3.30  2.3.31  2.3.32  2.3.33 

Location
[  2.3.27
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.26/linux/Makefile linux/Makefile
--- v2.3.26/linux/Makefile   Sun Nov  7 16:37:33 1999
+++ linux/Makefile   Thu Nov 11 16:03:36 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 26
+SUBLEVEL = 27
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -166,6 +166,10 @@
 DRIVERS := $(DRIVERS) drivers/net/pcmcia/pcmcia_net.o
 endif
 
+ifeq ($(CONFIG_PCMCIA_CHRDEV),y)
+DRIVERS := $(DRIVERS) drivers/char/pcmcia/pcmcia_char.o
+endif
+
 ifdef CONFIG_DIO
 DRIVERS := $(DRIVERS) drivers/dio/dio.a
 endif
@@ -329,7 +333,7 @@
 modules: $(patsubst %, _mod_%, $(SUBDIRS))
 
 modules/MARKER:
-   mkdir modules
+   mkdir -p modules
    touch modules/MARKER
 
 $(patsubst %, _mod_%, $(SUBDIRS)) : include/linux/version.h include/config/MARKER modules/MARKER
@@ -362,6 +366,8 @@
    if [ -f IRDA_MODULES  ]; then inst_mod IRDA_MODULES  net;   fi; \
    if [ -f USB_MODULES   ]; then inst_mod USB_MODULES   usb;   fi; \
    if [ -f PCMCIA_MODULES ]; then inst_mod PCMCIA_MODULES pcmcia; fi; \
+   if [ -f PCMCIA_NET_MODULES ]; then inst_mod PCMCIA_NET_MODULES pcmcia; fi; \
+   if [ -f PCMCIA_CHAR_MODULES ]; then inst_mod PCMCIA_CHAR_MODULES pcmcia; fi; \
    \
    ls *.o > $$MODLIB/.allmods; \
    echo $$MODULES | tr ' ' '\n' | sort | comm -23 $$MODLIB/.allmods - > $$MODLIB/.misc; \
@@ -390,6 +396,7 @@
    rm -f .tmp*
    rm -f drivers/char/consolemap_deftbl.c drivers/video/promcon_tbl.c
    rm -f drivers/char/conmakehash
+   rm -f drivers/pci/devlist.h drivers/pci/gen-devlist
    rm -f drivers/sound/bin2hex drivers/sound/hex2hex
    rm -f net/khttpd/make_times_h
    rm -f net/khttpd/times.h


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