Makefile: Drop include/asm directory as well as symlink
authorSimon Glass <sjg@chromium.org>
Fri, 2 Jul 2021 18:36:13 +0000 (12:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jul 2021 18:27:54 +0000 (14:27 -0400)
commitc72c7d9db5ff9e5e88de6d23a2ec0a745707f6fe
tree41cbafdf5cc475822ef25bcd58b7f5350546b833
parent22ecb12132a2de80a08654f139ff978176034c38
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>
Makefile