X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_mips%2FMakefile;h=7967e5803a3be283c3093dd662a69a6e7e076d43;hb=2f103ee284e68934a648732db5e0b6ceb4a1ed8f;hp=817643795e49af55e117dd2a33b9a5dbb0784715;hpb=53677ef18e25c97ac613349087c5cb33ae5a2741;p=u-boot diff --git a/lib_mips/Makefile b/lib_mips/Makefile index 817643795e..7967e5803a 100644 --- a/lib_mips/Makefile +++ b/lib_mips/Makefile @@ -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)