From 1de1fa408967cef6804bb046b904114519bb36f0 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 8 Sep 2008 20:54:39 +0200 Subject: qemu_mips: Update linux bootm to support dynamic cmdline Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- lib_mips/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib_mips/Makefile') diff --git a/lib_mips/Makefile b/lib_mips/Makefile index 817643795..7967e5803 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) -- cgit v1.2.3