diff options
Diffstat (limited to 'board/esd/cpci440/Makefile')
-rw-r--r-- | board/esd/cpci440/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci440/Makefile b/board/esd/cpci440/Makefile index 4e1f701..f706ebc 100644 --- a/board/esd/cpci440/Makefile +++ b/board/esd/cpci440/Makefile @@ -29,7 +29,7 @@ OBJS = $(BOARD).o strataflash.o SOBJS = init.o $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS) |