diff options
Diffstat (limited to 'board/gth/Makefile')
-rw-r--r-- | board/gth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gth/Makefile b/board/gth/Makefile index 4571a05..e14c12e 100644 --- a/board/gth/Makefile +++ b/board/gth/Makefile @@ -28,7 +28,7 @@ LIB = lib$(BOARD).a OBJS = $(BOARD).o flash.o ee_access.o $(LIB): .depend $(OBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) ######################################################################### |