]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/microblaze/lib/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-mmc
[karo-tx-uboot.git] / arch / microblaze / lib / Makefile
index de0a7d36c9b76404b49038db04176e8b8b756853..a40e8d47a55584297cb8686ce2037ce38cfe70f0 100644 (file)
@@ -28,8 +28,8 @@ LIB   = $(obj)lib$(ARCH).o
 SOBJS-y        +=
 
 COBJS-y        += board.o
-COBJS-y        += bootm.o
-COBJS-y        += time.o
+COBJS-$(CONFIG_CMD_BOOTM) += bootm.o
+COBJS-y        += muldi3.o
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))