]> git.sur5r.net Git - u-boot/blobdiff - board/davinci/schmoogie/Makefile
TI DaVinci DM646x: Enable NAND on DM6467 EVM
[u-boot] / board / davinci / schmoogie / Makefile
index fa0013811d43f7e33a1d073c29cd7c02b1547a23..fb31ee42b2575520dbd707efd90a0fb9241d8ff9 100644 (file)
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := dv_board.o
+COBJS  := $(BOARD).o
 SOBJS  := board_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
@@ -41,7 +41,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak *~ .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################
 # This is for $(obj).depend target