Skip to content

Commit 42d71c4

Browse files
congwangsravnborg
authored andcommitted
CRIS: Remove 'TOPDIR' from Makefiles
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]>
1 parent 9b21311 commit 42d71c4

File tree

1 file changed

+1
-1
lines changed
  • arch/cris/arch-v32/boot/compressed

1 file changed

+1
-1
lines changed

arch/cris/arch-v32/boot/compressed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
target = $(target_compressed_dir)
88
src = $(src_compressed_dir)
99

10-
CC = gcc-cris -mlinux -march=v32 -I $(TOPDIR)/include
10+
CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
1111
CFLAGS = -O2
1212
LD = gcc-cris -mlinux -march=v32 -nostdlib
1313
OBJCOPY = objcopy-cris

0 commit comments

Comments
 (0)