summaryrefslogtreecommitdiffstats
path: root/arch/mips64/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/tools/Makefile')
-rw-r--r--arch/mips64/tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips64/tools/Makefile b/arch/mips64/tools/Makefile
index 748c22039..3218bfe5f 100644
--- a/arch/mips64/tools/Makefile
+++ b/arch/mips64/tools/Makefile
@@ -19,10 +19,13 @@ $(TARGET): offset.h
offset.h: offset.s
sed -n '/^@@@/s///p' $^ >$@
-offset.s: offset.c $(TOPDIR)/.config
+offset.s: offset.c $(TOPDIR)/include/linux/autoconf.h
clean:
rm -f offset.[hs] $(TARGET).new
+
+mrproper:
+ rm -f offset.[hs] $(TARGET).new
rm -f $(TARGET)
include $(TOPDIR)/Rules.make