]> git.sur5r.net Git - u-boot/blobdiff - board/stxgp3/Makefile
Cleanup out-or-tree building for some boards (.depend)
[u-boot] / board / stxgp3 / Makefile
index 7d52f8cac13a7a8d1f0eb7af73c0cae9403fc676..325d6d572211c4cc287155962031241452e27211 100644 (file)
@@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o flash.o
-SOBJS  := init.o
-#SOBJS :=
+COBJS  := $(BOARD).o flash.o law.o tlb.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
@@ -40,7 +38,7 @@ clean:
        rm -f $(OBJS) $(SOBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################