On Thu, Jan 24, 2008 at 11:03:07PM +0100, Sam Ravnborg wrote: > From: WANG Cong <xiyou.wangcong@xxxxxxxxx> > > This patch removes TOPDIR from Cris Makefiles. > > Cc: Mikael Starvik <starvik@xxxxxxxx> > Cc: Jesper Nilsson <jesper.nilsson@xxxxxxxx> > Cc: Andreas Schwab <schwab@xxxxxxx> > Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx> > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > Tested-by: Jesper Nilsson <jesper.nilsson@xxxxxxxx> > --- > arch/cris/arch-v32/boot/compressed/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/cris/arch-v32/boot/compressed/Makefile b/arch/cris/arch-v32/boot/compressed/Makefile > index 9f77eda..609692f 100644 > --- a/arch/cris/arch-v32/boot/compressed/Makefile > +++ b/arch/cris/arch-v32/boot/compressed/Makefile > @@ -7,7 +7,7 @@ > target = $(target_compressed_dir) > src = $(src_compressed_dir) > > -CC = gcc-cris -mlinux -march=v32 -I $(TOPDIR)/include > +CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE) > CFLAGS = -O2 > LD = gcc-cris -mlinux -march=v32 -nostdlib > OBJCOPY = objcopy-cris > -- > 1.5.4.rc3.14.g44397 Acked-by: Jesper Nilsson <jesper.nilsson@xxxxxxxx> /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@xxxxxxxx - To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html