]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sbc8641d/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
[karo-tx-uboot.git] / board / sbc8641d / Makefile
index a90b725db4615364aaa05a852637ac36d303f73a..115df0532baabd7dc9d3864f6a70f470393f7fcd 100644 (file)
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o
-SOBJS  := init.o
+COBJS  := $(BOARD).o law.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))