Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / board / netstal / hcu5 / Makefile
index 349c653e7f39d534a78d0038a6d2b9f5453c8a21..445677104c8f2d26c294186e06847f60db1ffa54 100644 (file)
@@ -24,7 +24,7 @@ LIB   = $(obj)lib$(BOARD).a
 
 
 # NOBJS : Netstal common objects
-NOBJS  = hcu_flash.o nm_bsp.o
+NOBJS  = nm_bsp.o
 COBJS  = $(BOARD).o sdram.o
 SOBJS  = init.o
 
@@ -40,7 +40,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################