aboutsummaryrefslogtreecommitdiff
path: root/board/cogent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/cogent/Makefile')
-rw-r--r--board/cogent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cogent/Makefile b/board/cogent/Makefile
index 0cf6411cb..4084c7ebe 100644
--- a/board/cogent/Makefile
+++ b/board/cogent/Makefile
@@ -29,7 +29,7 @@ OBJS := mb.o flash.o dipsw.o lcd.o serial.o # pci.o rtc.o par.o kbm.o
SOBJS :=
$(LIB): $(OBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)