summaryrefslogtreecommitdiffstats
path: root/board/bf533-ezkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/bf533-ezkit/Makefile')
-rw-r--r--board/bf533-ezkit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf533-ezkit/Makefile b/board/bf533-ezkit/Makefile
index e55c1a78a8..6688095d23 100644
--- a/board/bf533-ezkit/Makefile
+++ b/board/bf533-ezkit/Makefile
@@ -39,7 +39,7 @@ $(LIB): $(obj).depend $(OBJS) $(SOBJS) u-boot.lds
$(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
u-boot.lds: u-boot.lds.S
- $(CPP) $(CPPFLAGS) -P -Ubfin $^ > $@.tmp
+ $(CPP) $(CPPFLAGS) -D__ASSEMBLY__ -P -Ubfin $^ > $@.tmp
mv -f $@.tmp $@
clean:
OpenPOWER on IntegriCloud