Re: [PATCH] CKRM 1/10: Base CKRM Events

From: Sam Ravnborg
Date: Mon Nov 29 2004 - 14:44:24 EST


Index: linux-2.6.10-rc2/kernel/ckrm/Makefile
> ===================================================================
> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
> +++ linux-2.6.10-rc2/kernel/ckrm/Makefile 2004-11-19 20:40:52.528302080 -0800
> @@ -0,0 +1,7 @@
> +#
> +# Makefile for CKRM
> +#
> +
> +ifeq ($(CONFIG_CKRM),y)
> + obj-y = ckrm_events.o
> +endif

Plase make this:

obj-y := ckrm_events.o

> --- linux-2.6.10-rc2.orig/kernel/Makefile 2004-11-14 17:27:09.000000000 -0800
> +++ linux-2.6.10-rc2/kernel/Makefile 2004-11-19 20:41:21.885651099 -0800
> @@ -7,7 +7,7 @@
> 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 wait.o kfifo.o sys_ni.o
> + kthread.o wait.o kfifo.o sys_ni.o ckrm/

And this:
obj-$(CONFIG_CKRM) += ckrm/

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/