Hi Geert. Not a good idea to directly modify your "top" Makefile : it is recreated by each ./configure. Add your line "SUBDIR" in the ..fox/configure-files/post file ; ./configure read will add each line of the post file to its SUBDIRS statements.
Bye, Jean-Pierre ----- Original Message ----- From: Geert Vancompernolle To: [email protected] Sent: Tuesday, December 26, 2006 6:43 PM Subject: [foxboard] Makefile: how is it generated? 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
