Re: [PATCH] fix missing hdlc symbols for synclink drivers

From: Paul Fulghum
Date: Tue Jun 06 2006 - 19:21:35 EST


On Tue, 2006-06-06 at 16:07 -0700, Randy.Dunlap wrote:
> On Wed, 07 Jun 2006 00:44:09 +0200 Krzysztof Halasa wrote:
> > Are you sure it's not a corrupted build tree or something like that?
> > Can I have a look at the complete .config? Or some other bugzilla #?
>
> I did a make mrproper and got the same results.
> I'm on x86-64 if it matters.
> My .config is attached.

I just completed some builds including the setup you
indicated (though not your exact .config, which I will try next).
I'm also building x86-64.

Everything builds correctly using your patch, but
without the Makefile portion, so we can drop that.

It builds for

CONFIG_HDLC=m
CONFIG_SYNCLINK=m
CONFIG_SYNCLINK_HDLC=y
(all modules)

and

CONFIG_HDLC=m
CONFIG_SYNCLINK=y
CONFIG_SYNCLINK_HDLC=y
(all built-in, hdlc promoted to 'y')

--
Paul


-
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/