summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.clean
diff options
context:
space:
mode:
authorsascha <sascha@nomad.localdomain>2007-10-17 19:05:01 +0200
committersascha <sascha@nomad.localdomain>2007-10-17 19:05:01 +0200
commitf002246610f760fe8e635b607cfd1f558123cebc (patch)
treefa18f318eef1ee09d711618e7403700b611232e1 /scripts/Makefile.clean
parentbd8ac3ec6353e5fa9a780550cf3bd90ccf9e2f44 (diff)
downloadbarebox-f002246610f760fe8e635b607cfd1f558123cebc.tar.gz
barebox-f002246610f760fe8e635b607cfd1f558123cebc.tar.xz
do not include Kbuild in Makefile.clean. We neither have it nor need it.
Diffstat (limited to 'scripts/Makefile.clean')
-rw-r--r--scripts/Makefile.clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index cff33498fa..702f491613 100644
--- a/scripts/Makefile.clean
+++ b/scripts/Makefile.clean
@@ -14,7 +14,7 @@ clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj
# The filename Kbuild has precedence over Makefile
kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
-include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
+#include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
# Figure out what we need to build from the various variables
# ==========================================================================