summaryrefslogtreecommitdiff
path: root/arch/mips/lib/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-13 08:58:47 -0400
committerTom Rini <trini@ti.com>2013-08-13 08:58:47 -0400
commit67cafc0861477bf19a587508ed13f4538c7a281e (patch)
tree13395a2bbc6dbc58d0c8b5eaf732b02b67124dc2 /arch/mips/lib/Makefile
parentc15438eaea8b854d89455ebf7a1c7c4f06fa92f5 (diff)
parent4b17645d5d60a9aa8ef0810d4fdf962bce407c8a (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r--arch/mips/lib/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
index e9f82f711a5..f91406c0600 100644
--- a/arch/mips/lib/Makefile
+++ b/arch/mips/lib/Makefile
@@ -19,11 +19,7 @@ LGOBJS := $(addprefix $(obj),$(GLSOBJS))
SOBJS-y +=
COBJS-y += board.o
-ifeq ($(CONFIG_QEMU_MIPS),y)
-COBJS-$(CONFIG_CMD_BOOTM) += bootm_qemu_mips.o
-else
COBJS-$(CONFIG_CMD_BOOTM) += bootm.o
-endif
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))