aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2008-01-02 14:27:59 +0800
committerSam Ravnborg <sam@ravnborg.org>2008-01-28 23:14:37 +0100
commit42d71c44d5fc09ae47783b7e15fe0d6b60711230 (patch)
tree80b86cd616df0b67c099fa4c5e039ab3387c9001
parentkbuild: fix installing external modules (diff)
downloadlinux-dev-42d71c44d5fc09ae47783b7e15fe0d6b60711230.tar.xz
linux-dev-42d71c44d5fc09ae47783b7e15fe0d6b60711230.zip
CRIS: Remove 'TOPDIR' from Makefiles
This patch removes TOPDIR from Cris Makefiles. Cc: Mikael Starvik <starvik@axis.com> Cc: Jesper Nilsson <jesper.nilsson@axis.com> Cc: Andreas Schwab <schwab@suse.de> Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to '')
-rw-r--r--arch/cris/arch-v32/boot/compressed/Makefile2
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 9f77eda914ba..609692f9d5eb 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