From: WANG Cong Date: Wed, 2 Jan 2008 06:27:59 +0000 (+0800) Subject: CRIS: Remove 'TOPDIR' from Makefiles X-Git-Tag: v2.6.25-rc1~1164^2~55 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=42d71c44d5fc09ae47783b7e15fe0d6b60711230;p=~emulex%2Finfiniband.git CRIS: Remove 'TOPDIR' from Makefiles This patch removes TOPDIR from Cris Makefiles. Cc: Mikael Starvik Cc: Jesper Nilsson Cc: Andreas Schwab Signed-off-by: WANG Cong Signed-off-by: Sam Ravnborg Acked-by: Jesper Nilsson --- diff --git a/arch/cris/arch-v32/boot/compressed/Makefile b/arch/cris/arch-v32/boot/compressed/Makefile index 9f77eda914b..609692f9d5e 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