projects
/
yaboot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sweep all the files for trailing whitespace.
[yaboot.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 2271944d330b9c81e36d420693d494dd3809deb6..39f8633f0ec5fdfff3e8d23074fc3fdb20992abf 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,7
+26,7
@@
KERNELADDR = 0x01400000
# Set this to the prefix of your cross-compiler, if you have one.
# Else leave it empty.
#
-CROSS =
+CROSS =
CC := $(CROSS)gcc
LD := $(CROSS)ld
@@
-64,7
+64,7
@@
endif
# Link flags
#
-LFLAGS = -Ttext $(TEXTADDR) -Bstatic
+LFLAGS = -Ttext $(TEXTADDR) -Bstatic
# Libraries
#