]> git.sur5r.net Git - u-boot/blobdiff - board/bf533-stamp/Makefile
AT91SAM9RLEK support
[u-boot] / board / bf533-stamp / Makefile
index 14bb7a24f6bd8caf0310dbd3edf987fedd7781e3..1115df8327bf70a4b8f7cc25c00fd617cc5aab05 100644 (file)
@@ -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: