X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fbf533-ezkit%2FMakefile;h=6688095d23237544afabafc0b68236355d169f9d;hb=84666476841cef3ef6df5c5a2a110d43b0936999;hp=4fe7d785f36ca24ff1ae2cbda597d522f05060c4;hpb=0e7d4916afaf83083b9b70ad779f29f7b57bd8ed;p=oweals%2Fu-boot.git diff --git a/board/bf533-ezkit/Makefile b/board/bf533-ezkit/Makefile index 4fe7d785f3..6688095d23 100644 --- a/board/bf533-ezkit/Makefile +++ b/board/bf533-ezkit/Makefile @@ -1,7 +1,7 @@ # # U-boot - Makefile # -# Copyright (c) 2007 Analog Device Inc. +# Copyright (c) 2005-2007 Analog Device Inc. # # (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -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: