diff options
Diffstat (limited to 'lib_nios2/Makefile')
-rw-r--r-- | lib_nios2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios2/Makefile b/lib_nios2/Makefile index 717aa9bfbe4..b69bc38850e 100644 --- a/lib_nios2/Makefile +++ b/lib_nios2/Makefile @@ -33,7 +33,7 @@ COBJS-y += divmod.o COBJS-y += mult.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) |