summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2005-09-10 21:05:36 +0200
committerSam Ravnborg <sam@mars.ravnborg.org>2005-09-10 21:05:36 +0200
commit8d36a62364b6b04dc7b0e9fe09f6968f4e5a1f0a (patch)
tree10d5400d627236f7308f13238fa6559ccd9d79d1 /Makefile
parent0a504f259c90fb41d3495d490fc9dbe2530c8749 (diff)
downloadlinux-0-day-8d36a62364b6b04dc7b0e9fe09f6968f4e5a1f0a.tar.gz
linux-0-day-8d36a62364b6b04dc7b0e9fe09f6968f4e5a1f0a.tar.xz
kbuild: fix generic asm-offsets.h support
iThis fixes a bug where the generated asm-offsets.h file was saved in the source tree even with make O=. Thanks to Stephen Rothwell <sfr@canb.auug.org.au> for the report. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 524fb48fa334f..382298f37adfb 100644
--- a/Makefile
+++ b/Makefile
@@ -814,7 +814,7 @@ ifneq ($(KBUILD_MODULES),)
endif
prepare0: prepare prepare1 FORCE
- $(Q)$(MAKE) $(build)=$(srctree)
+ $(Q)$(MAKE) $(build)=.
# All the preparing..
prepare-all: prepare0