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