mfd: Add free max8998->ono irq in max8998_irq_exit()
[sfrench/cifs-2.6.git] / Kbuild
diff --git a/Kbuild b/Kbuild
index b00037ad7e03b2d5953572a440b5c6f1a1c5708e..2114113ceca2801770c57ac07c78fff2b0b8a477 100644 (file)
--- a/Kbuild
+++ b/Kbuild
@@ -95,5 +95,5 @@ PHONY += missing-syscalls
 missing-syscalls: scripts/checksyscalls.sh FORCE
        $(call cmd,syscalls)
 
-# Delete all targets during make clean
-clean-files := $(addprefix $(objtree)/,$(filter-out $(bounds-file) $(offsets-file),$(targets)))
+# Keep these two files during make clean
+no-clean-files := $(bounds-file) $(offsets-file)