Update of /cvsroot/linux-vax/kernel-2.5/drivers/char
In directory sc8-pr-cvs1:/tmp/cvs-serv1587/drivers/char
Modified Files:
Makefile
Log Message:
Merge with 2.5.9
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 4 Dec 2002 10:48:49 -0000 1.4
+++ Makefile 13 Dec 2002 01:42:42 -0000 1.5
@@ -1,13 +1,6 @@
#
# Makefile for the kernel character device drivers.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now inherited from the
-# parent makes..
-#
#
# This file contains the font map for the default (hardware) font
@@ -26,8 +19,6 @@
sonypi.o tty_io.o tty_ioctl.o generic_serial.o rtc.o
mod-subdirs := ftape drm pcmcia
-
-list-multi :=
KEYMAP =defkeymap.o
KEYBD =pc_keyb.o
|