X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib_nios%2FMakefile;h=f66e9893ab5a8e656c7f9b3d53360c39232ef6c5;hb=b081c2e9b9329d7dadc8d13fc9a2bae5c90a1204;hp=c41d981a3e6d4a7dba58d6ff372ac6fec511bb71;hpb=3596d55eb22703d3f4f1b839fe4b000fabe081b3;p=oweals%2Fu-boot.git diff --git a/lib_nios/Makefile b/lib_nios/Makefile index c41d981a3e..f66e9893ab 100644 --- a/lib_nios/Makefile +++ b/lib_nios/Makefile @@ -34,7 +34,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)