Fix cleaning in scripts/mod
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 4 May 2013 14:32:53 +0000 (16:32 +0200)
committerMichal Marek <mmarek@suse.cz>
Mon, 6 May 2013 21:40:54 +0000 (23:40 +0200)
Make sure devicetable-offsets.h is cleaned in the scripts/mod directory

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/mod/Makefile

index 9415b5663364c6cb5ce5b934be952de8a34ed3b0..75d59fcd48b8268bbd4254bc2478ab12ca641b7c 100644 (file)
@@ -37,6 +37,8 @@ scripts/mod/devicetable-offsets.s: scripts/mod/devicetable-offsets.c FORCE
 $(obj)/$(devicetable-offsets-file): scripts/mod/devicetable-offsets.s
        $(call cmd,offsets)
 
+targets += $(devicetable-offsets-file)
+
 # dependencies on generated files need to be listed explicitly
 
 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h