diff options
Diffstat (limited to 'scripts')
-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 | |||
37 | $(obj)/$(devicetable-offsets-file): scripts/mod/devicetable-offsets.s | 37 | $(obj)/$(devicetable-offsets-file): scripts/mod/devicetable-offsets.s |
38 | $(call cmd,offsets) | 38 | $(call cmd,offsets) |
39 | 39 | ||
40 | targets += $(devicetable-offsets-file) | ||
41 | |||
40 | # dependencies on generated files need to be listed explicitly | 42 | # dependencies on generated files need to be listed explicitly |
41 | 43 | ||
42 | $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h | 44 | $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h |