diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 19:01:43 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 19:01:43 +0100 |
commit | eeb059e0a69369753b3e45426958f751f0b8fc89 (patch) | |
tree | 311290c94e692a7495c71c9f62ab2c239b1470de /Makefile | |
parent | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... (diff) | |
parent | kbuild: fix build with O=.. (diff) | |
download | linux-eeb059e0a69369753b3e45426958f751f0b8fc89.tar.xz linux-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 # =========================================================================== |