vserver 1.9.5.x5
[linux-2.6.git] / scripts / Makefile.clean
index b02ab1f..ff3e87d 100644 (file)
@@ -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
 # ==========================================================================