commit | 24a1b78dd3296178ba542ddfdbc3adddfecbec2d | [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 | 3e03029fa82c133d8e1e64ef0dca0ba46baec6ae [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>