]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: simplify handling of common board configurations
authorWolfgang Denk <wd@denx.de>
Thu, 27 May 2010 21:18:35 +0000 (23:18 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 13 Jun 2010 16:08:20 +0000 (18:08 +0200)
commit8c994630b90fe5e6ced15105eee4549e3338abcc
tree827c31c7e9558bbe1c703a064a56dbf8d01089d6
parented7a196cd5c92fb9ed2d503feb96360a029f37bd
Makefile: simplify handling of common board configurations

Many boards don't need any special handling in the Makefile. Try and
provide as generic make rules for these as possible.  There are still
many areas where this does not work out really well, but the changes
show the direction we should take, and point out which boards or
architectures need further cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile