]> git.sur5r.net Git - u-boot/blobdiff - board/r7780mp/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
[u-boot] / board / r7780mp / Makefile
index 34ce9a8ade9d5deb950f11a6ab74718fc642b91d..c100e7e2ade847b941a133f0596de2a16cecc26c 100644 (file)
@@ -22,7 +22,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-OBJS   := r7780mp.o
+COBJS  := r7780mp.o
 SOBJS  := lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
@@ -36,7 +36,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################