projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b21311
)
CRIS: Remove 'TOPDIR' from Makefiles
author
WANG Cong
<
[email protected]
>
Wed, 2 Jan 2008 06:27:59 +0000
(14:27 +0800)
committer
Sam 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
patch
|
blob
|
history
diff --git
a/arch/cris/arch-v32/boot/compressed/Makefile
b/arch/cris/arch-v32/boot/compressed/Makefile
index 9f77eda914ba7448a9f38d515876566d0f338f29..609692f9d5eb424bd906abdb9248701938b188be 100644
(file)
--- 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