Re: Help by KConfig expansion

From: Roman Zippel
Date: Fri Sep 16 2005 - 20:45:39 EST


Hi,

On Fri, 16 Sep 2005, Ahmad Reza Cheraghi wrote:

> That what is written beside the "auto" should save in
> the Component called char *auto in one of the above
> mentioned struct. There must be some changes in the
> file zconf.tab.c. Any Suggestion how to this??

You have to modify zconf.l/zconf.y for this and regenerate this file
(check the Makefile). First you have to define the keywords in zconf.l
and then extend the parser in zconf.y to recognize them and add the data
to the internal structures.

bye, Roman
-
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/