Commit 22fc4273c7fd6091abba1beab3dd487715c65540

Authored by Andreas Schwab
Committed by Michal Marek
1 parent e0e2fa4b51

Fix cleaning in scripts/mod

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

scripts/mod/Makefile
... ... @@ -37,6 +37,8 @@
37 37 $(obj)/$(devicetable-offsets-file): scripts/mod/devicetable-offsets.s
38 38 $(call cmd,offsets)
39 39  
  40 +targets += $(devicetable-offsets-file)
  41 +
40 42 # dependencies on generated files need to be listed explicitly
41 43  
42 44 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h