openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : linux/arch/i386 Makefile,1.1.1.1,1.2 config.in,1.1.1.1,1.


From: David C Wang <address@hidden>
Subject: [openap-cvs] : linux/arch/i386 Makefile,1.1.1.1,1.2 config.in,1.1.1.1,1.2 vmlinux.lds,1.1.1.1,1.2
Date: Tue, 14 May 2002 15:53:32 -0400

Update of /cvsroot/openap/linux/arch/i386
In directory subversions:/tmp/cvs-serv5742/arch/i386

Modified Files:
        Makefile config.in vmlinux.lds 
Log Message:
updated linux kernel pristine sources to openap release 1.1



Index: Makefile
===================================================================
RCS file: /cvsroot/openap/linux/arch/i386/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile    14 May 2002 18:15:54 -0000      1.1.1.1
+++ Makefile    14 May 2002 19:53:29 -0000      1.2
@@ -98,6 +98,11 @@
 DRIVERS += arch/i386/math-emu/math.o
 endif
 
+ifdef CONFIG_WL11000
+SUBDIRS += arch/i386/wl11000
+CORE_FILES := $(CORE_FILES) arch/i386/wl11000/wl11000.o
+endif
+
 arch/i386/kernel: dummy
        $(MAKE) linuxsubdirs SUBDIRS=arch/i386/kernel
 

Index: config.in
===================================================================
RCS file: /cvsroot/openap/linux/arch/i386/config.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config.in   14 May 2002 18:15:55 -0000      1.1.1.1
+++ config.in   14 May 2002 19:53:29 -0000      1.2
@@ -154,6 +154,15 @@
    define_bool CONFIG_X86_TSC y
    define_bool CONFIG_X86_USE_PPRO_CHECKSUM y
 fi
+
+if [ "$CONFIG_M386" = "y" -o "$CONFIG_M486" = "y" -o "$CONFIG_M586" = "y" ]; 
then
+   bool 'AMD ELAN (SC300/SC310/SC400/SC410/SC520) support' CONFIG_AMD_ELAN
+fi
+
+if [ "$CONFIG_AMD_ELAN" = "y" ]; then
+   bool 'WL11000 SA-1 support' CONFIG_WL11000
+fi
+
 tristate 'Toshiba Laptop support' CONFIG_TOSHIBA
 tristate 'Dell laptop support' CONFIG_I8K
 

Index: vmlinux.lds
===================================================================
RCS file: /cvsroot/openap/linux/arch/i386/vmlinux.lds,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- vmlinux.lds 14 May 2002 18:15:55 -0000      1.1.1.1
+++ vmlinux.lds 14 May 2002 19:53:29 -0000      1.2
@@ -67,7 +67,6 @@
 
   /* Sections to be discarded */
   /DISCARD/ : {
-       *(.text.exit)
        *(.data.exit)
        *(.exitcall.exit)
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]