From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 23 Sep 2008 20:12:22 +0200 Subject: [U-Boot] What's needed for new cpu subdirectory? Message-ID: <48D93186.6040606@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de For OMAP3 patch [1] I try to move common files currently in cpu/omap3 to cpu/arm_cortexa8/omap3 as discussed earlier [2]. Moving the files is easy, but how has main Makefile to be configured? I have > ls -a cpu/arm_cortexa8/ . .. omap3 > ls -a cpu/arm_cortexa8/omap3/ . board.c config.mk interrupts.c Makefile nand.c sys_info.c .. clock.c cpu.c lowlevel_init.S mem.c start.S syslib.c and in main Makefile @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 omap3 evm omap3 This results in make -C cpu/arm_cortexa8 start.o which fails as start.S is in cpu/arm_cortexa8/omap3/ Any hint what is necessary to get stuff in cpu/arm_cortexa8/omap3/ compiled? Thanks Dirk [1] http://lists.denx.de/pipermail/u-boot/2008-September/040561.html [2] http://lists.denx.de/pipermail/u-boot/2008-September/040712.html