diff options
Diffstat (limited to 'board/cogent/Makefile')
-rw-r--r-- | board/cogent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cogent/Makefile b/board/cogent/Makefile index 0cf6411..4084c7e 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) |