Hi, I would like to know how the "main" Makefile is generated. Every time you change some setting in the .config (for instance, via "make menuconfig"), you have to run ./configure and out of this, a new Makefile is generated.
What I want to do, is the following: In the section SUBDIRS of the Makefile, I would like to add one extra line to take a new script into account while building the FB image. I know I can add that line manually, but the next time I run ./configure, my changes will be gone. Knowing how the Makefile is generated, might give me the possibility to add my specific line in a correct way to the Makefile. Best rgds, --Geert
