diff options
Diffstat (limited to 'board/pcippc2/Makefile')
-rw-r--r-- | board/pcippc2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcippc2/Makefile b/board/pcippc2/Makefile index d77110045c4..2998f23eb06 100644 --- a/board/pcippc2/Makefile +++ b/board/pcippc2/Makefile @@ -33,7 +33,7 @@ AOBJS = OBJS = $(COBJS) $(AOBJS) $(LIB): .depend $(OBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) ######################################################################### |