]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8560/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot
[u-boot] / board / sbc8560 / Makefile
index c346fdf5a9afb6899aacba8eee787d801c306937..bb96d95a3a061f707bd3f8837cd2cdc6af5a0aec 100644 (file)
@@ -28,8 +28,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o law.o
-SOBJS  := init.o
+COBJS  := $(BOARD).o law.o tlb.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
@@ -42,7 +41,7 @@ clean:
        rm -f $(OBJS) $(SOBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################