[U-Boot] What's needed for new cpu subdirectory?

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

Dear Dirk,
In message 48D93186.6040606@googlemail.com you wrote:
For OMAP3 patch [1] I try to move common files currently in cpu/omap3 to cpu/arm_cortexa8/omap3 as discussed earlier [2].
Ummm... if it's common files - shouldn't these go to cpu/arm_cortexa8/ then, and cpu/arm_cortexa8/omap3/ would have only OMAP3 specific files?
Best regards,
Wolfgang Denk
participants (2)
-
Dirk Behme
-
Wolfgang Denk