diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2013-05-04 16:32:53 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-05-06 23:40:54 +0200 |
commit | 22fc4273c7fd6091abba1beab3dd487715c65540 (patch) | |
tree | 85ef46168ed3072e03f4d716aeca0349a7c700aa /scripts/mod | |
parent | e0e2fa4b515cd61aabb5b32e8b816ed97dbe2490 (diff) |
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>
Diffstat (limited to 'scripts/mod')
-rw-r--r-- | scripts/mod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile index 9415b5663364..75d59fcd48b8 100644 --- a/scripts/mod/Makefile +++ b/scripts/mod/Makefile @@ -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 |