On 8/23/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> config DLM
> tristate "Distributed Lock Manager (DLM)"
> + depends on SYSFS
> depends on IPV6 || IPV6=n
> select IP_SCTP
> select CONFIGFS_FS
Thanks, you added this once before but it got clobbered
by your
CONFIG_DLM=y and CONFIG_SYSFS=n results in the following compile error:
<-- snip -->
...
LD vmlinux
drivers/built-in.o:(.data+0x282340): undefined reference to `kernel_subsys'
make: *** [vmlinux] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- linux-2.6.13-r
CONFIG_DLM=y and CONFIG_SYSFS=n results in the following compile error:
<-- snip -->
...
LD vmlinux
drivers/built-in.o:(.data+0x271e80): undefined reference to `kernel_subsys'
make: *** [vmlinux] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- linux-2.6.13-r
3 matches
Mail list logo