diff options
Diffstat (limited to 'lib_mips')
-rw-r--r-- | lib_mips/Makefile | 2 | ||||
-rw-r--r-- | lib_mips/bootm.c (renamed from lib_mips/mips_linux.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib_mips/Makefile b/lib_mips/Makefile index 3163f00e011..93cca7a2395 100644 --- a/lib_mips/Makefile +++ b/lib_mips/Makefile @@ -27,7 +27,7 @@ LIB = $(obj)lib$(ARCH).a SOBJS = -COBJS = board.o time.o mips_linux.o +COBJS = board.o time.o bootm.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) diff --git a/lib_mips/mips_linux.c b/lib_mips/bootm.c index 7ea7571a816..7ea7571a816 100644 --- a/lib_mips/mips_linux.c +++ b/lib_mips/bootm.c |