CRIS: Remove 'TOPDIR' from Makefiles
authorWANG Cong <[email protected]>
Wed, 2 Jan 2008 06:27:59 +0000 (14:27 +0800)
committerSam Ravnborg <[email protected]>
Mon, 28 Jan 2008 22:14:37 +0000 (23:14 +0100)
This patch removes TOPDIR from Cris Makefiles.

Cc: Mikael Starvik <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Cc: Andreas Schwab <[email protected]>
Signed-off-by: WANG Cong <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Jesper Nilsson <[email protected]>
arch/cris/arch-v32/boot/compressed/Makefile

index 9f77eda914ba7448a9f38d515876566d0f338f29..609692f9d5eb424bd906abdb9248701938b188be 100644 (file)
@@ -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