]> git.sur5r.net Git - u-boot/blobdiff - board/mpr2/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / board / mpr2 / Makefile
index 69e652579d2ff268c72649054f5ebd306479b63a..9f8fb807aba43a8ce39806c4af7f2170a2757b91 100644 (file)
@@ -32,7 +32,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-OBJS   := mpr2.o
+COBJS  := mpr2.o
 SOBJS  := lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
@@ -46,7 +46,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################