diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 10:01:43 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 10:01:43 -0800 |
commit | eeb059e0a69369753b3e45426958f751f0b8fc89 (patch) | |
tree | 311290c94e692a7495c71c9f62ab2c239b1470de /Makefile | |
parent | c03296a868ae7c91aa2d8b372184763b18f16d7a (diff) | |
parent | 8c7f75d3257fe466b34abf290c8b177c106c3769 (diff) | |
download | linux-3.10-eeb059e0a69369753b3e45426958f751f0b8fc89.tar.gz linux-3.10-eeb059e0a69369753b3e45426958f751f0b8fc89.tar.bz2 linux-3.10-eeb059e0a69369753b3e45426958f751f0b8fc89.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -442,7 +442,7 @@ export KBUILD_DEFCONFIG config %config: scripts_basic outputmakefile FORCE $(Q)mkdir -p include/linux $(Q)$(MAKE) $(build)=scripts/kconfig $@ - $(Q)$(MAKE) .kernelrelease + $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease else # =========================================================================== |