]> git.sur5r.net Git - u-boot/blobdiff - board/inka4x0/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
[u-boot] / board / inka4x0 / Makefile
index 8aa7e7c8e4aa539bb183e114541a89ae13ef68a5..442e2d0df25c1719bc48681008793e7f697ff541 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o flash.o
+COBJS  := $(BOARD).o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
@@ -38,7 +38,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################