commit | 451bc516bace1b1d1017aaa0517e3506314eb919 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 02 12:36:13 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:27:54 2021 -0400 |
tree | 41cbafdf5cc475822ef25bcd58b7f5350546b833 | |
parent | d99a0494a0ab35fa45a42515e175ad33c36257dd [diff] |
Makefile: Drop include/asm directory as well as symlink At present when using 'make mrproper' on an out-of-tree build, a warning is shown about include/asm being a directory. With old versions of U-Boot it is a file, but more recently it has become a directory. Remove this directory first, since that covers both cases. Signed-off-by: Simon Glass <sjg@chromium.org>