aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-05-07 07:56:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-05-07 07:56:26 -0700
commit57c29bd3cdf1f82a7ba79ea227638b14f607247c (patch)
tree285e3ce20ebae4b4913aeee0160c90ff10b549e1 /scripts/mod
parentmenuconfig: fix NULL pointer dereference when searching a symbol (diff)
parentFix cleaning in scripts/mod (diff)
downloadlinux-dev-57c29bd3cdf1f82a7ba79ea227638b14f607247c.tar.xz
linux-dev-57c29bd3cdf1f82a7ba79ea227638b14f607247c.zip
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild changes from Michal Marek: "Kbuild commits for v3.10-rc1: - Fix make mrproper after mod/file2alias rework - Fix ld-option Makefile function - Rewrite headers_install to shell to drop Perl dependency. There are some more patches I have to look at, so I might send another pull request later. Or just queue them for 3.11." * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: Fix cleaning in scripts/mod headers_install.pl: convert to headers_install.sh kbuild: fix ld-option function
Diffstat (limited to 'scripts/mod')
-rw-r--r--scripts/mod/Makefile2
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