Add DDR options setting on MPC8641HPCN board
[oweals/u-boot.git] / board / bf533-ezkit / Makefile
index e55c1a78a82b5b38b9e3af5a6b587f463d0bfcce..b2d7acffee5721e3d1e3dff19eee8cc60fa880ff 100644 (file)
@@ -39,14 +39,14 @@ $(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:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################