]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/pf5200/Makefile
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / board / esd / pf5200 / Makefile
index a47cd3d73a84d0ed3b7f9b9c0649968bc6dc99c8..efd24feef84e4d1cd0d77aaa590dd7ee4a0382a4 100755 (executable)
@@ -31,8 +31,8 @@ LIB   = $(obj)lib$(BOARD).a
 
 # Objects for Xilinx JTAG programming (CPLD)
 # CPLD  = ../common/xilinx_jtag/lenval.o \
-#        ../common/xilinx_jtag/micro.o \
-#        ../common/xilinx_jtag/ports.o
+#        ../common/xilinx_jtag/micro.o \
+#        ../common/xilinx_jtag/ports.o
 
 # COBJS        = $(BOARD).o flash.o $(CPLD)
 COBJS  = $(BOARD).o flash.o
@@ -48,7 +48,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################