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