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

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

Advertisement

Kernel v2.3.40 /kernel/Makefile

Filename:/kernel/Makefile
Lines Added:5
Lines Deleted:1
Also changed in: (Previous) 2.3.39  2.3.34  2.3.32  2.3.10  1.3.39  1.3.21 
(Following) 2.3.43  2.3.49  2.3.99-pre3  2.5.40  2.5.41  2.5.41-ac2 

Location
[  2.3.40
  [  kernel
     o  Makefile

Patch

diff -u --recursive --new-file v2.3.39/linux/kernel/Makefile linux/kernel/Makefile
--- v2.3.39/linux/kernel/Makefile   Tue Jan 11 22:31:45 2000
+++ linux/kernel/Makefile   Wed Jan 12 09:20:56 2000
@@ -13,9 +13,13 @@
 O_TARGET := kernel.o
 O_OBJS    = sched.o dma.o fork.o exec_domain.o panic.o printk.o sys.o \
        module.o exit.o itimer.o info.o time.o softirq.o resource.o \
-       sysctl.o acct.o capability.o ptrace.o timer.o uid16.o
+       sysctl.o acct.o capability.o ptrace.o timer.o
 
 OX_OBJS  += signal.o
+
+ifeq ($(CONFIG_UID16),y)
+O_OBJS += uid16.o
+endif
 
 ifeq ($(CONFIG_KMOD),y)
 O_OBJS += kmod.o


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