X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2FMakefile.clean;h=ff3e87dbf387412448f8f1d1359120a997636234;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=b02ab1fb28e38d1e8f2aa3c830c6d10206707635;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index b02ab1fb2..ff3e87dbf 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -7,7 +7,7 @@ src := $(obj) .PHONY: __clean __clean: -include $(obj)/Makefile +include $(if $(wildcard $(obj)/Kbuild), $(obj)/Kbuild, $(obj)/Makefile) # Figure out what we need to build from the various variables # ==========================================================================