commit | 724d06a6ea94b6c6fd823e2afc268cae75751d39 | [log] [tgz] |
---|---|---|
author | Loïc Minier <loic.minier@linaro.org> | Wed Jan 19 13:16:30 2011 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jan 21 08:56:50 2011 +0100 |
tree | d066fc854e583d665f2c04d07dbdf225750f1b0e | |
parent | e44dd9952ecf8d5af0496ab6b775af8c4b897930 [diff] |
Cleanup .boards.depend when using an objtree .boards.depend was created in the source tree even when calling make with O=objtree, and distclean O=objtree wouldn't clean it. Create .boards.depend in objtree instead as to clean it up properly. Reported-by: Loïc Minier <loic.minier@linaro.org> Signed-off-by: Wolfgang Denk <wd@denx.de>