Re: [PATCH] fix warnings in scripts/binoffset.c

From: Sam Ravnborg
Date: Tue Aug 17 2004 - 15:51:10 EST


On Tue, Aug 17, 2004 at 01:21:04PM -0700, Randy.Dunlap wrote:
> |
> | Added to my tree - but..
> | How am I supposed to build binoffset when I decide
> | to use extract-config?
>
> Good question. I'm (slowly) working on that. I also have
> some contributed patches that address that... patience.
>
> I was thinking about 'make getconfig', but that would be only
> one way to use it. It would still need an external/out-of-tree
> solution also. ('make getconfig' would build binoffset and run
> the extract-ikconfig script.)

If you want to do that you need to move binoffset to scripts/kconfig/
All *config target are handled by the Makefile there.
And if you want to compile a hostprogram only on demand it needs to
be in the same dir as the Makefile. It can be worked around, but
moving the file is the better solution.
One other way would be to build binoffset when CONFIG_IKCONFIG is set.

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/