summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-09-13 17:20:59 +0200
committerMichal Marek <mmarek@suse.cz>2010-09-13 17:20:59 +0200
commit60eab877a9581b479c6c7d7913ce8070a0ace960 (patch)
tree9d2a5e4eca6177999ae61454fa7d78db14ab2d5e /scripts
parentc3e2f196f9862cd75cb7f495a3cd1f1bbb82bb40 (diff)
parent88d7be031f9f975bb3f50a0b5ef3796a671e7edf (diff)
downloadop-kernel-dev-60eab877a9581b479c6c7d7913ce8070a0ace960.zip
op-kernel-dev-60eab877a9581b479c6c7d7913ce8070a0ace960.tar.gz
Merge branch 'kbuild/clean' into kbuild/kbuild
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.clean2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index 6f89fbb..686cb0d 100644
--- a/scripts/Makefile.clean
+++ b/scripts/Makefile.clean
@@ -45,6 +45,8 @@ __clean-files := $(extra-y) $(always) \
$(host-progs) \
$(hostprogs-y) $(hostprogs-m) $(hostprogs-)
+__clean-files := $(filter-out $(no-clean-files), $(__clean-files))
+
# as clean-files is given relative to the current directory, this adds
# a $(obj) prefix, except for absolute paths
OpenPOWER on IntegriCloud