]> git.ipfire.org Git - people/ms/u-boot.git/commit
davinci: cpu-specific build uses conditional make syntax
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 15 May 2009 21:44:08 +0000 (23:44 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:47 +0000 (20:39 +0200)
commit48ef5729555f41f51618b6a3016ac5c53c7c75dc
tree3d02f4cf15092351c1ef37e18f7a35af939de7ac
parent7b7808ae6dace59287f565e9323cda7b098a5612
davinci: cpu-specific build uses conditional make syntax

Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
Add the first conditional: for EMAC driver support.  Not all
chips have an EMAC; and boards might not use it, anyway.

This doesn't touch PHY configuration; that should eventually
become conditional too.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
cpu/arm926ejs/davinci/Makefile