From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Tue, 10 Aug 2004 08:12:40 +0200 Subject: [U-Boot-Users] [PATCH] Cleanup cpu/arm920t In-Reply-To: <20040809201101.5F6E5C109F@atlas.denx.de> References: <20040809201101.5F6E5C109F@atlas.denx.de> Message-ID: <41186758.1050702@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 <6.0.1.1.0.20040809124633.01bf2e50@192.168.2.1> you wrote: > >>1) What about the Makefile in cpu/arm920t? Is it sufficient to change OBJS >>like this? >> >>OBJS = cpu.o \ >> imx_generic.o imx_interrupts.o imx_speed.o \ >> interrupts.o \ >> s3c24x0_interrupts.o s3c24x0_serial.o s3c24x0_speed.o \ >> usb_ohci.o \ >> ep93xx/ep93xx_interrupts.o \ >> ep93xx/ep93xx_net.o \ >> ep93xx/ep93xx_serial.o \ >> ep93xx/ep93xx_speed.o > > > No. Imagine what the Makefile would look like if we had 50 different > systems with 5...10 files and drivers each. Ehm. So you want a seperate Makefile in each subdir? Any hints how this could be done? Thanks! -- Steven