Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c1cb8e48bddd9e16ef488ea5d50885908c5a4081
Commit:     c1cb8e48bddd9e16ef488ea5d50885908c5a4081
Parent:     60812a4a99b796d894d2522dc63cb0fafc3be25e
Author:     Eric W. Biederman <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 19 18:23:25 2007 -0600
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Oct 19 18:04:22 2007 -0700

    sysctl: Don't compile sysctl_check when !CONFIG_SYSCTL
    
    Weird I thought I had written the makefile so this would be handled.  Oh
    well this should fix it.
    
    Sorry about that.
    
    Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]>
    Acked-and-tested-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index 05c3e6d..79f017e 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -9,8 +9,9 @@ obj-y     = sched.o fork.o exec_domain.o panic.o printk.o 
profile.o \
            rcupdate.o extable.o params.o posix-timers.o \
            kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
            hrtimer.o rwsem.o latency.o nsproxy.o srcu.o \
-           utsname.o sysctl_check.o notifier.o
+           utsname.o notifier.o
 
+obj-$(CONFIG_SYSCTL) += sysctl_check.o
 obj-$(CONFIG_STACKTRACE) += stacktrace.o
 obj-y += time/
 obj-$(CONFIG_DEBUG_MUTEXES) += mutex-debug.o
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to