X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel%2FMakefile;h=f818427c0fe3bd265b3674b1aa0d91549736b46c;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=c978df7c537fbca9ae70f124187f951be31d2c42;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/kernel/Makefile b/kernel/Makefile index c978df7c5..f818427c0 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -7,11 +7,9 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o profile.o \ sysctl.o capability.o ptrace.o timer.o user.o \ signal.o sys.o kmod.o workqueue.o pid.o \ rcupdate.o intermodule.o extable.o params.o posix-timers.o \ - kthread.o + kthread.o wait.o kfifo.o sys_ni.o -# mod-subdirs := vserver - -subdir-y += vserver +subdir-y += vserver obj-y += vserver/vserver.o obj-$(CONFIG_FUTEX) += futex.o @@ -29,6 +27,8 @@ obj-$(CONFIG_STOP_MACHINE) += stop_machine.o obj-$(CONFIG_AUDIT) += audit.o obj-$(CONFIG_AUDITSYSCALL) += auditsc.o obj-$(CONFIG_KPROBES) += kprobes.o +obj-$(CONFIG_SYSFS) += ksysfs.o +obj-$(CONFIG_GENERIC_HARDIRQS) += irq/ ifneq ($(CONFIG_IA64),y) # According to Alan Modra , the -fno-omit-frame-pointer is