]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pm854/Makefile
Cleanup out-or-tree building for some boards (.depend)
[karo-tx-uboot.git] / board / pm854 / Makefile
index 29136508f582978c220d00246adcd4034c1fe24d..2d71cbc516a6fe78cd98fdeb0da9c84a59d1d37a 100644 (file)
@@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o
-SOBJS  := init.o
-#SOBJS :=
+COBJS  := $(BOARD).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
 
 #########################################################################