Skip to content

Commit

Permalink
Fix cleaning in scripts/mod
Browse files Browse the repository at this point in the history
Make sure devicetable-offsets.h is cleaned in the scripts/mod directory

Signed-off-by: Andreas Schwab <[email protected]>
Tested-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
andreas-schwab authored and michal42 committed May 6, 2013
1 parent e0e2fa4 commit 22fc427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22fc427

Please sign in to comment.