summaryrefslogtreecommitdiff
path: root/bootwrapper/Makefile
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-15 11:50:12 +0100
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-23 12:44:36 +0100
commitb01a51f1f4d2de9e350e1d4f82adf05f1233051e (patch)
tree4f823073bf82129cc320b792c71133b224244413 /bootwrapper/Makefile
parentedc6843a3a4ac02422bda79f8cfb6894c5d384df (diff)
Cleanup whitespace errors.
Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Diffstat (limited to 'bootwrapper/Makefile')
-rw-r--r--bootwrapper/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootwrapper/Makefile b/bootwrapper/Makefile
index bb59aec..90cc975 100644
--- a/bootwrapper/Makefile
+++ b/bootwrapper/Makefile
@@ -61,7 +61,7 @@ V7_ASFLAGS=--apcs /inter --cpu=Eagle --keep \
--pd "BOOTARGS SETS \"$(BOOTARGS)\"" \
--pd "L2_POLICY SETS \"$(L2_POLICY)\"" \
--pd "VE SETL {$(VE)}" \
- --pd "HIBASE SETS \"$(HIBASE)\""
+ --pd "HIBASE SETS \"$(HIBASE)\""
CFLAGS:=--cpu=Eagle -O2 \
-DT2=$(T2) \
@@ -110,7 +110,7 @@ helpers.o : emubuild.s
@echo " CC $<"
$(Q)armcc $(CFLAGS) -o $@ -c $<
-bl.S:
+bl.S:
make -C big-little bl.axf
@echo " MAP"
$(Q)./makemap big-little/bl.axf bl
@@ -119,7 +119,7 @@ bl.o: bl.S
@echo " AS $<"
$(Q)armasm $(V7_ASFLAGS) -o $@ $<
-bl_sec.S:
+bl_sec.S:
make -C big-little bl_sec.axf wboot.bin
@echo " MAP"
$(Q)./makemap big-little/bl_sec.axf bl_sec
@@ -140,5 +140,5 @@ img.axf: $(OBJS)
-e "s/VECTBASE/${VECTBASE}/g" \
boot.map
@echo " LD $@"
- $(Q)armlink --entry $(VECTBASE)00000 -o $@ --scatter boot.map $(OBJS)
+ $(Q)armlink --entry $(VECTBASE)00000 -o $@ --scatter boot.map $(OBJS)