| To: | Sam Ravnborg <sam@ravnborg.org> |
|---|---|
| Subject: | Re: [Patch 2/8] MIPS: Remove 'TOPDIR' from Makefiles |
| From: | Andreas Schwab <schwab@suse.de> |
| Date: | Tue, 01 Jan 2008 14:44:48 +0100 |
| Cc: | WANG Cong <xiyou.wangcong@gmail.com>, Ralf Baechle <ralf@linux-mips.org>, LKML <linux-kernel@vger.kernel.org>, linux-kbuild@vger.kernel.org, Andrew Morton <akpm@osdl.org>, linux-mips@linux-mips.org |
| In-reply-to: | <20080101101540.GB28913@uranus.ravnborg.org> (Sam Ravnborg's message of "Tue\, 1 Jan 2008 11\:15\:40 +0100") |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20080101071311.GA2496@hacking> <20080101072238.GC2496@hacking> <20080101101540.GB28913@uranus.ravnborg.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux) |
Sam Ravnborg <sam@ravnborg.org> writes: >> @@ -24,7 +24,7 @@ HEAD_DEFINES := -D_kernel_start=0x$(KERNEL_START) \ >> -D TIMESTAMP=$(shell date +%s) >> >> $(obj)/head.o: $(obj)/head.S $(KERNEL_IMAGE) >> - $(CC) -fno-pic $(HEAD_DEFINES) -I$(TOPDIR)/include -c -o $@ $< >> + $(CC) -fno-pic $(HEAD_DEFINES) -I$(objtree)/include -c -o $@ $< > This has never worked with O=.. builds. > The correct fix here is to use: >> + $(CC) -fno-pic $(HEAD_DEFINES) -Iinclude -Iinclude2 -c -o $@ $< > > The -Iinclude2 is only for O=... builds so to keep current > behaviour removing $(TOPDIR)/ would do it. Shouldn't that use $(LINUXINCLUDE), or $(KBUILD_CPPFLAGS)? Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | (Try #2) [Patch 2/8] MIPS: Remove 'TOPDIR' from Makefiles, WANG Cong |
|---|---|
| Next by Date: | Re: [Patch 2/8] MIPS: Remove 'TOPDIR' from Makefiles, Sam Ravnborg |
| Previous by Thread: | (Try #2) [Patch 2/8] MIPS: Remove 'TOPDIR' from Makefiles, WANG Cong |
| Next by Thread: | Re: [Patch 2/8] MIPS: Remove 'TOPDIR' from Makefiles, Sam Ravnborg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |