projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e2fa4
)
Fix cleaning in scripts/mod
author
Andreas Schwab
<
[email protected]
>
Sat, 4 May 2013 14:32:53 +0000
(16:32 +0200)
committer
Michal Marek
<
[email protected]
>
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 <
[email protected]
>
Tested-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Michal Marek <
[email protected]
>
scripts/mod/Makefile
patch
|
blob
|
history
diff --git
a/scripts/mod/Makefile
b/scripts/mod/Makefile
index 9415b5663364c6cb5ce5b934be952de8a34ed3b0..75d59fcd48b8268bbd4254bc2478ab12ca641b7c 100644
(file)
--- 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