commit | 48ef5729555f41f51618b6a3016ac5c53c7c75dc | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Fri May 15 23:44:08 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:39:47 2009 +0200 |
tree | 3d02f4cf15092351c1ef37e18f7a35af939de7ac | |
parent | 7b7808ae6dace59287f565e9323cda7b098a5612 [diff] |
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>