All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] What's needed for new cpu subdirectory?
Date: Tue, 23 Sep 2008 20:12:22 +0200	[thread overview]
Message-ID: <48D93186.6040606@googlemail.com> (raw)


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

             reply	other threads:[~2008-09-23 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23 18:12 Dirk Behme [this message]
2008-09-23 21:01 ` [U-Boot] What's needed for new cpu subdirectory? Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48D93186.6040606@googlemail.com \
    --to=dirk.behme@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.