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

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

Advertisement

Kernel v2.1.107 /Makefile

Filename:/Makefile
Lines Added:9
Lines Deleted:3
Also changed in: (Previous) 2.1.106  2.1.105  2.1.104  2.1.103  2.1.102  2.1.101 
(Following) 2.1.108  2.1.109  2.1.110  2.1.111  2.1.112  2.1.113 

Location
[  2.1.107
   o  Makefile

Patch

diff -u --recursive --new-file v2.1.106/linux/Makefile linux/Makefile
--- v2.1.106/linux/Makefile   Tue Jun 23 10:01:19 1998
+++ linux/Makefile   Wed Jun 24 14:44:02 1998
@@ -1,8 +1,8 @@
 VERSION = 2
 PATCHLEVEL = 1
-SUBLEVEL = 106
+SUBLEVEL = 107
 
-ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm*/arm/ -e s/sa110/arm/)
+ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
 
 #
 # For SMP kernels, set this. We don't want to have this in the config file
@@ -93,7 +93,7 @@
 endif
 
 #
-# if you want the ram-disk device, define this to be the
+# if you want the RAM disk device, define this to be the
 # size in blocks.
 #
 
@@ -145,6 +145,10 @@
 DRIVERS := $(DRIVERS) drivers/pnp/pnp.a
 endif
 
+ifdef CONFIG_VT
+DRIVERS := $(DRIVERS) drivers/video/video.a
+endif
+
 ifeq ($(CONFIG_PARIDE),y)
 DRIVERS := $(DRIVERS) drivers/block/paride/paride.a
 endif
@@ -319,6 +323,8 @@
    if [ -f CDROM_MODULES ]; then inst_mod CDROM_MODULES cdrom; fi; \
    if [ -f HAM_MODULES   ]; then inst_mod HAM_MODULES   net;   fi; \
    if [ -f SOUND_MODULES ]; then inst_mod SOUND_MODULES sound; fi; \
+   if [ -f VIDEO_MODULES ]; then inst_mod VIDEO_MODULES video; fi; \
+   if [ -f FC4_MODULES   ]; then inst_mod FC4_MODULES   fc4;   fi; \
    \
    ls *.o > .allmods; \
    echo $$MODULES | tr ' ' '\n' | sort | comm -23 .allmods - > .misc; \


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