Re: Help by KConfig expansion
From: Ahmad Reza Cheraghi (a_r_cheraghi_at_yahoo.com)
Date: 09/19/05
- Previous message: tglx_at_linutronix.de: "[ANNOUNCE] ktimers subsystem"
- In reply to: Roman Zippel: "Re: Help by KConfig expansion"
- Next in thread: Sam Ravnborg: "Re: Help by KConfig expansion"
- Reply: Sam Ravnborg: "Re: Help by KConfig expansion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 19 Sep 2005 09:57:35 -0700 (PDT) To: linux-kernel@vger.kernel.org
Dear Roman
> 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.
I tryed to do this. I saw how the attribute "comment"
is definded in the zconf.l and zconf.y, and definded
the the attribute "autorule" exactly the same way. But
it still don't work. Even though I changed the
zconf.tab.c_shipped as well but it still dont work. I
dont understand the switch-case for yyn(line 1274 in
zconf.tab.c_shipped). Why does a the function
"menu_add_prop(P_COMMENT...)" (line 1587) gets called
by the case 75? How do you declare such a case number?
e.g. case 100 should calle
"menu_add_prop(P_AUTORULE...)".
I seriously wouldn't take your time by asking that, if
I didn't tryed any thing out, what comes up in my
mind. I realy cant figure it out by myself. I send you
diff file(patch) of what I changed. To see me what I
did wrong and what I should do.
Your sincerly
A.R.Cheraghi
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- application/octet-stream attachment: pat1604154112
- Previous message: tglx_at_linutronix.de: "[ANNOUNCE] ktimers subsystem"
- In reply to: Roman Zippel: "Re: Help by KConfig expansion"
- Next in thread: Sam Ravnborg: "Re: Help by KConfig expansion"
- Reply: Sam Ravnborg: "Re: Help by KConfig expansion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|