Skip to content
Commit 57297e60 authored by Thomas Hebb's avatar Thomas Hebb Committed by Tom Rini
Browse files

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: default avatarThomas Hebb <tommyhebb@gmail.com>
parent 6920f00c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment