From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Tue, 10 Aug 2004 09:50:15 +0200 Subject: [U-Boot-Users] [PATCH] Cleanup cpu/arm920t In-Reply-To: <20040810074443.1E6FFC109F@atlas.denx.de> References: <20040810074443.1E6FFC109F@atlas.denx.de> Message-ID: <41187E37.4030100@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <41186758.1050702@imc-berlin.de> you wrote: > >>So you want a seperate Makefile in each subdir? > > > Yes, of course. What else? > > >>Any hints how this could be done? > > > Ummm... what? Adding a Makefile per subdirectory? Sounds trivial to > me... We do this all the time in all U-Boot directories. Or what > exactly is your problem? I thought of something like cpu/arm920t/imx/libimx.a and cpu/arm920t/s3c24x0/s3c24x0.a. But I don't want to add them the the main Makefile. Now I am wondering how I can put several sublibs together to one cpu/$(CPU)/lib$(CPU).a ... Maybe just linking the objects in cpu/arm920t// to one big object file... But I am to stupid for writing Makefiles... :-( -- Steven Scholz