diff options
Diffstat (limited to 'lib_mips/Makefile')
-rw-r--r-- | lib_mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_mips/Makefile b/lib_mips/Makefile index 799eaf2658f..817643795e4 100644 --- a/lib_mips/Makefile +++ b/lib_mips/Makefile @@ -31,7 +31,7 @@ COBJS-y += board.o COBJS-y += bootm.o COBJS-y += time.o -SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) +SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) $(LIB): $(obj).depend $(OBJS) |