]> 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 15965252f383b1b1546a7958e2e9fb21e1855333..bb96d95a3a061f707bd3f8837cd2cdc6af5a0aec 100644 (file)
@@ -28,9 +28,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))
@@ -43,7 +41,7 @@ clean:
        rm -f $(OBJS) $(SOBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################