]> git.sur5r.net Git - u-boot/blobdiff - lib_mips/Makefile
USB Consolidate descriptor definitions
[u-boot] / lib_mips / Makefile
index 817643795e49af55e117dd2a33b9a5dbb0784715..7967e5803a3be283c3093dd662a69a6e7e076d43 100644 (file)
@@ -28,7 +28,11 @@ LIB  = $(obj)lib$(ARCH).a
 SOBJS-y        +=
 
 COBJS-y        += board.o
+ifeq ($(CONFIG_QEMU_MIPS),y)
+COBJS-y        += bootm_qemu_mips.o
+else
 COBJS-y        += bootm.o
+endif
 COBJS-y        += time.o
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)