From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 20 May 2008 20:12:48 -0400 Subject: [U-Boot-Users] Adding stuff and make it compiled In-Reply-To: References: Message-ID: <48336900.9010606@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Francesco Albanese wrote: > Hi, > I've written some new commands for the serial shell using the > recommendations enclosed in /docs. I've put all my stuff inside > /common because the changes are not board specific. Even though I've > changed /common/Makefile adding the new .o files that I want to have > built, the compilation process still ignores my modifications, not > compiling my new stuff. For the moment, I haven't put conditional > statement for preprocessing. > I'm wondering whether I've miss some steps. Yes, missed some steps or misstepped. If you post a patch of your changes, maybe we can help further. Best regards, gvb