diff options
Diffstat (limited to 'board/cm_t35/Makefile')
-rw-r--r-- | board/cm_t35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile index d08c024e6a..27693f07ac 100644 --- a/board/cm_t35/Makefile +++ b/board/cm_t35/Makefile @@ -31,7 +31,7 @@ SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) ######################################################################### |