diff options
author | Thomas Hebb <tommyhebb@gmail.com> | 2019-11-10 08:25:08 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:23 -0500 |
commit | 57297e605a06b69129da63b17f1b76fb53a84b3f (patch) | |
tree | 4d10717af48d465da621de20386d09c8477c41cb /arch/nios2 | |
parent | 6920f00c2c1b4c9799af0de7e398381a60664d15 (diff) |
Makefile: don't try to construct CLEAN_FILES based on config
All of the clean targets (clean, dist-clean, mrproper) are run without
loading a configuration. That means that any conditional modification of
CLEAN_FILES will either always apply or never apply and so shouldn't be
in a conditional in the first place.
Since CLEAN_FILES is allowed to list nonexistent files, just add
everything to it unconditionally to fix the issue.
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Diffstat (limited to 'arch/nios2')
0 files changed, 0 insertions, 0 deletions