diff options
Diffstat (limited to 'board/shannon/Makefile')
-rw-r--r-- | board/shannon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shannon/Makefile b/board/shannon/Makefile index ac5bf8192cb..86098a3053a 100644 --- a/board/shannon/Makefile +++ b/board/shannon/Makefile @@ -29,7 +29,7 @@ OBJS := shannon.o flash.o SOBJS := memsetup.o $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) $(SOBJS) clean: rm -f $(SOBJS) $(OBJS) |